Searched refs:ffs_flushfiles (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 74 int ffs_flushfiles(struct mount *, int, struct thread *);
|
H A D | ffs_vfsops.c | 532 error = ffs_flushfiles(mp, flags, td); in ffs_mount() 1140 ffs_flushfiles(mp, FORCECLOSE, td); in ffs_mountfs() 1264 error = ffs_flushfiles(mp, flags, td); in ffs_unmount() 1345 ffs_flushfiles(struct mount *mp, int flags, struct thread *td) in ffs_flushfiles() function
|
H A D | ffs_softdep.c | 2125 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0) in softdep_flushfiles()
|