Searched refs:workhead (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_extern.h | 56 struct workhead; 66 ufs2_daddr_t, long, ino_t, enum vtype, struct workhead *, u_long); 80 int, struct workhead *); 100 enum vtype, struct workhead *); 176 struct workhead *); 178 struct workhead *); 188 void softdep_buf_append(struct buf *, struct workhead *); 189 void softdep_inode_append(struct inode *, struct ucred *, struct workhead *); 190 void softdep_freework(struct workhead *);
|
| H A D | softdep.h | 407 struct workhead sm_freehd; /* Freedep deps. */ 408 struct workhead sm_freewr; /* Written freedeps. */ 430 struct workhead nb_jwork; /* Journal work pending. */ 555 struct workhead ff_jwork; /* Journal work pending. */ 577 struct workhead fb_freeworkhd; /* Work items pending */ 578 struct workhead fb_jwork; /* Journal work pending */ 642 struct workhead fx_jwork; /* journal work pending. */ 779 struct workhead db_mkdir; 971 struct workhead js_entries; /* Entries awaiting write */ 1041 struct workhead sd_workitem_pending; /* softdep work queue */ [all …]
|
| H A D | ffs_softdep.c | 328 struct workhead *wkhd; 339 struct workhead *wkhd; 594 struct workhead *wkhd; 604 struct workhead *wkhd; 612 struct workhead *wkhd; in softdep_freework() 789 struct workhead *); 915 static void jwork_move(struct workhead *, struct workhead *); 1024 struct workhead *head; in worklist_insert() 1099 struct workhead *dst; in jwork_move() 1100 struct workhead *src; [all …]
|
| H A D | ffs_alloc.c | 112 struct workhead *); 2221 struct workhead *dephd; 2358 struct workhead *pdephd; 2359 struct workhead dephd; 2588 struct workhead *dephd; 2758 struct workhead *wkhd;
|
| H A D | ffs_snapshot.c | 94 struct workhead *wkhd; 1757 struct workhead *wkhd;
|
| /freebsd-12.1/sys/sys/ |
| H A D | buf.h | 58 LIST_HEAD(workhead, worklist); 145 struct workhead b_dep; /* (D) List of filesystem dependencies. */
|