Home
last modified time | relevance | path

Searched refs:VS_SKIP_UNMOUNT (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/ufs/ffs/
HDffs_suspend.c208 if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0) in ffs_susp_suspend()
/NextBSD/sys/sys/
HDvnode.h405 #define VS_SKIP_UNMOUNT 0x0001 /* vfs_write_suspend: fail if the macro
/NextBSD/sys/kern/
HDvfs_vnops.c1833 if ((flags & VS_SKIP_UNMOUNT) != 0 && in vfs_write_suspend()
/NextBSD/sys/geom/journal/
HDg_journal.c2962 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()