Searched refs:softdep_excess_items (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 892 static bool softdep_excess_items(struct ufsmount *, int); 2340 if (softdep_excess_items(ump, D_INODEDEP)) in inodedep_lookup() 2434 if (softdep_excess_items(ump, D_NEWBLK) || in newblk_lookup() 2435 softdep_excess_items(ump, D_ALLOCDIRECT) || in newblk_lookup() 2436 softdep_excess_items(ump, D_ALLOCINDIR)) in newblk_lookup() 9394 if (!IS_SNAPSHOT(ip) && softdep_excess_items(ump, D_DIRREM)) in newdirrem() 13811 softdep_excess_items(struct ufsmount *ump, int item) in softdep_excess_items() function 13866 if (softdep_excess_items(ump, D_INODEDEP)) { in softdep_ast_cleanup_proc() 13870 if (softdep_excess_items(ump, D_DIRREM)) { in softdep_ast_cleanup_proc() 13875 if (softdep_excess_items(ump, D_NEWBLK) || in softdep_ast_cleanup_proc() [all …]
|