Searched refs:sbdep (Results 1 – 2 of 2) sorted by relevance
244 #define WK_SBDEP(wk) ((struct sbdep *)(wk))994 struct sbdep { struct
633 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 *);9702 struct sbdep *sbdep; in softdep_setup_sbupdate() local9712 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->sb_fs = fs; in softdep_setup_sbupdate()9715 sbdep->sb_ump = ump; in softdep_setup_sbupdate()9717 WORKLIST_INSERT(&bp->b_dep, &sbdep->sb_list); in softdep_setup_sbupdate()9749 initiate_write_sbdep(struct sbdep *sbdep) in initiate_write_sbdep() argument[all …]