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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h198 #define WK_SBDEP(wk) ((struct sbdep *)(wk))
938 * A 'sbdep' structure tracks the head of the free inode list and
945 struct sbdep { struct
H A Dffs_softdep.c715 SOFTDEP_TYPE(SBDEP, sbdep, "Superblock write dependency");
830 static int handle_written_sbdep(struct sbdep *, struct buf *);
831 static void initiate_write_sbdep(struct sbdep *);
9195 * Attach a sbdep dependency to the superblock buf so that we can keep
9204 struct sbdep *sbdep; local
9214 sbdep = malloc(sizeof(struct sbdep), M_SBDEP, M_SOFTDEP_FLAGS);
9215 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump));
9216 sbdep
[all...]

Completed in 84 milliseconds