Searched refs:sbdep (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h244 #define WK_SBDEP(wk) ((struct sbdep *)(wk))
987 * A 'sbdep' structure tracks the head of the free inode list and
994 struct sbdep { struct
H A Dffs_softdep.c633 SOFTDEP_TYPE(SBDEP, sbdep, "Superblock write dependency");
720 static int handle_written_sbdep(struct sbdep *, struct buf *);
721 static void initiate_write_sbdep(struct sbdep *);
9680 * Attach a sbdep dependency to the superblock buf so that we can keep
9689 struct sbdep *sbdep; local
9699 sbdep = malloc(sizeof(struct sbdep), M_SBDEP, M_SOFTDEP_FLAGS);
9700 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump));
9701 sbdep
9736 initiate_write_sbdep(struct sbdep *sbdep) argument
9763 handle_written_sbdep(struct sbdep *sbdep, struct buf *bp) argument
[all...]

Completed in 143 milliseconds