Home
last modified time | relevance | path

Searched refs:VS_SKIP_UNMOUNT (Results 1 – 4 of 4) 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()
/freebsd/sys/sys/
H A Dvnode.h434 #define VS_SKIP_UNMOUNT 0x0001 /* vfs_write_suspend: fail if the macro
/freebsd/sys/geom/journal/
H A Dg_journal.c2915 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()
/freebsd/sys/kern/
H A Dvfs_vnops.c2117 if ((flags & VS_SKIP_UNMOUNT) != 0 && in vfs_write_suspend()