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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_extern.h128 int softdep_flushworklist(struct mount *, int *, struct thread *);
H A Dffs_vfsops.c1399 * softdep_flushworklist() iteration should process the
1600 if ((error = softdep_flushworklist(ump->um_mountp, &count, td)))
H A Dffs_softdep.c492 softdep_flushworklist(oldmnt, countp, td) function
1883 softdep_flushworklist(oldmnt, countp, td) function
1975 if ((error = softdep_flushworklist(oldmnt, &depcount, td)) != 0 ||

Completed in 122 milliseconds