Searched refs:sbdep (Results 1 – 2 of 2) sorted by relevance
246 #define WK_SBDEP(wk) ((struct sbdep *)(wk))996 struct sbdep { struct
635 SOFTDEP_TYPE(SBDEP, sbdep, "Superblock write dependency");722 static int handle_written_sbdep(struct sbdep *, struct buf *);723 static void initiate_write_sbdep(struct sbdep *);9697 struct sbdep *sbdep; in softdep_setup_sbupdate() local9707 sbdep = malloc(sizeof(struct sbdep), M_SBDEP, M_SOFTDEP_FLAGS); in softdep_setup_sbupdate()9708 workitem_alloc(&sbdep->sb_list, D_SBDEP, UFSTOVFS(ump)); in softdep_setup_sbupdate()9709 sbdep->sb_fs = fs; in softdep_setup_sbupdate()9710 sbdep->sb_ump = ump; in softdep_setup_sbupdate()9712 WORKLIST_INSERT(&bp->b_dep, &sbdep->sb_list); in softdep_setup_sbupdate()9744 initiate_write_sbdep(struct sbdep *sbdep) in initiate_write_sbdep() argument[all …]