Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h170 int softdep_flushworklist(struct mount *, int *, struct thread *);
H A Dffs_vfsops.c1766 if ((error = softdep_flushworklist(ump->um_mountp, &count, td))) in ffs_sync()
H A Dffs_softdep.c439 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() function
2020 softdep_flushworklist(struct mount *oldmnt, in softdep_flushworklist() function
2127 if ((error = softdep_flushworklist(oldmnt, &depcount, td)) != 0 || in softdep_flushfiles()