Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h74 int ffs_flushfiles(struct mount *, int, struct thread *);
H A Dffs_vfsops.c532 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 Dffs_softdep.c2125 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0) in softdep_flushfiles()