Home
last modified time | relevance | path

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

/NextBSD/sys/ufs/ffs/
HDffs_extern.h72 int ffs_flushfiles(struct mount *, int, struct thread *);
HDffs_vfsops.c238 if ((error = ffs_flushfiles(mp, WRITECLOSE, td)) != 0 || in ffs_mount()
271 error = ffs_flushfiles(mp, flags, td); in ffs_mount()
1042 ffs_flushfiles(mp, FORCECLOSE, td);
1238 error = ffs_flushfiles(mp, flags, td);
1313 ffs_flushfiles(mp, flags, td) in ffs_flushfiles() function
HDffs_softdep.c1990 if ((error = ffs_flushfiles(oldmnt, flags | early, td)) != 0)