Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c702 static int softdep_process_worklist(struct mount *, int);
1523 while (softdep_process_worklist(mp, 0) > 0 || in softdep_flush()
1718 softdep_process_worklist(struct mount *mp, int full) in softdep_process_worklist() function
1724 KASSERT(mp != NULL, ("softdep_process_worklist: NULL mp")); in softdep_process_worklist()
2038 while ((count = softdep_process_worklist(oldmnt, 1)) > 0) { in softdep_flushworklist()