Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ffs/
Dffs_extern.h142 int ffs_flushfiles(struct mount *, int, struct proc *);
Dffs_vfsops.c239 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/
Dmfs_vfsops.c105 error = ffs_flushfiles(mp, flags, p); in mfs_mount()