Searched refs:ffs_flushfiles (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_extern.h | 77 int ffs_flushfiles(struct mount *, int, struct thread *);
|
| D | ffs_vfsops.c | 249 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
|
| D | ffs_softdep.c | 1997 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0)
|