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