Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h244 #define WK_SBDEP(wk) ((struct sbdep *)(wk))
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 *);
9693 * Attach a sbdep dependency to the superblock buf so that we can keep
9702 struct sbdep *sbdep; in softdep_setup_sbupdate() local
9712 sbdep = malloc(sizeof(struct sbdep), M_SBDEP, M_SOFTDEP_FLAGS); in softdep_setup_sbupdate()
9713 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump)); in softdep_setup_sbupdate()
9714 sbdep in softdep_setup_sbupdate()
9749 initiate_write_sbdep(struct sbdep * sbdep) initiate_write_sbdep() argument
9776 handle_written_sbdep(struct sbdep * sbdep,struct buf * bp) handle_written_sbdep() argument
[all...]