Home
last modified time | relevance | path

Searched refs:softdep_excess_items (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/ufs/ffs/
HDffs_softdep.c894 static bool softdep_excess_items(struct ufsmount *, int);
2344 if (softdep_excess_items(ump, D_INODEDEP)) in inodedep_lookup()
2438 if (softdep_excess_items(ump, D_NEWBLK) || in newblk_lookup()
2439 softdep_excess_items(ump, D_ALLOCDIRECT) || in newblk_lookup()
2440 softdep_excess_items(ump, D_ALLOCINDIR)) in newblk_lookup()
9398 if (!IS_SNAPSHOT(ip) && softdep_excess_items(ump, D_DIRREM)) in newdirrem()
13817 softdep_excess_items(struct ufsmount *ump, int item) in softdep_excess_items() function
13872 if (softdep_excess_items(ump, D_INODEDEP)) { in softdep_ast_cleanup_proc()
13876 if (softdep_excess_items(ump, D_DIRREM)) { in softdep_ast_cleanup_proc()
13881 if (softdep_excess_items(ump, D_NEWBLK) || in softdep_ast_cleanup_proc()
[all …]