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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h242 #define WK_SBDEP(wk) ((struct sbdep *)(wk))
984 * A 'sbdep' structure tracks the head of the free inode list and
991 struct sbdep { struct
H A Dffs_softdep.c674 SOFTDEP_TYPE(SBDEP, sbdep, "Superblock write dependency");
760 static int handle_written_sbdep(struct sbdep *, struct buf *);
761 static void initiate_write_sbdep(struct sbdep *);
9501 * Attach a sbdep dependency to the superblock buf so that we can keep
9510 struct sbdep *sbdep; local
9520 sbdep = malloc(sizeof(struct sbdep), M_SBDEP, M_SOFTDEP_FLAGS);
9521 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump));
9522 sbdep
[all...]

Completed in 177 milliseconds