Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h433 #define VS_SKIP_UNMOUNT 0x0001 /* vfs_write_suspend: fail if the macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c2020 if ((flags & VS_SKIP_UNMOUNT) != 0 && in vfs_write_suspend()