Searched refs:VS_SKIP_UNMOUNT (Results 1 – 4 of 4) sorted by relevance
208 if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0) in ffs_susp_suspend()
405 #define VS_SKIP_UNMOUNT 0x0001 /* vfs_write_suspend: fail if the macro
1833 if ((flags & VS_SKIP_UNMOUNT) != 0 && in vfs_write_suspend()
2962 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()