Searched refs:ffs_flushfiles (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_extern.h | 142 int ffs_flushfiles(struct mount *, int, struct proc *);
|
| D | ffs_vfsops.c | 239 error = ffs_flushfiles(mp, flags, p); in ffs_mount() 928 error = ffs_flushfiles(mp, flags, p); in ffs_unmount() 961 ffs_flushfiles(struct mount *mp, int flags, struct proc *p) in ffs_flushfiles() function
|
| /openbsd/src/sys/ufs/mfs/ |
| D | mfs_vfsops.c | 105 error = ffs_flushfiles(mp, flags, p); in mfs_mount()
|