Home
last modified time | relevance | path

Searched refs:ffs_flushfiles (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/sys/vfs/ufs/
H A Dffs_softdep.c719 if ((error = ffs_flushfiles(oldmnt, flags)) != 0) { in softdep_flushfiles()
739 if ((error = ffs_flushfiles(oldmnt, flags)) != 0) in softdep_flushfiles()
H A Dffs_vfsops.c208 error = ffs_flushfiles(mp, flags); in ffs_mount()
838 if ((error = ffs_flushfiles(mp, flags)) != 0) in ffs_unmount()
875 ffs_flushfiles(struct mount *mp, int flags) in ffs_flushfiles() function
H A Dffs_extern.h80 int ffs_flushfiles(struct mount *, int);
/dragonfly/sys/vfs/mfs/
H A Dmfs_vfsops.c301 error = ffs_flushfiles(mp, flags); in mfs_mount()