Home
last modified time | relevance | path

Searched refs:vfs_write_suspend (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c205 if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0) in ffs_susp_suspend()
H A Dffs_snapshot.c428 if ((error = vfs_write_suspend(vp->v_mount, 0)) != 0) { in ffs_snapshot()
/freebsd/sys/sys/
H A Dvnode.h861 int vfs_write_suspend(struct mount *mp, int flags);
/freebsd/sys/kern/
H A Dvfs_vnops.c2093 vfs_write_suspend(struct mount *mp, int flags) in vfs_write_suspend() function
2185 error = vfs_write_suspend(mp, 0); in vfs_write_suspend_umnt()
H A Dvfs_mount.c3121 error = vfs_write_suspend(mp, 0); in suspend_all_fs()
/freebsd/sys/geom/journal/
H A Dg_journal.c2915 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()