Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ufs/ffs/
Dffs_extern.h77 int ffs_flushfiles(struct mount *, int, struct thread *);
Dffs_vfsops.c249 if ((error = ffs_flushfiles(mp, WRITECLOSE, td)) != 0 || in ffs_mount()
280 error = ffs_flushfiles(mp, flags, td); in ffs_mount()
1033 ffs_flushfiles(mp, FORCECLOSE, td);
1245 error = ffs_flushfiles(mp, flags, td);
1328 ffs_flushfiles(mp, flags, td) in ffs_flushfiles() function
Dffs_softdep.c1997 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0)