Searched refs:SKIPROOT (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode.h682 #define SKIPROOT 0x0010 /* vflush: skip root vnodes marked VROOT */ macro
1290 Filesystems should call this function from their unmount code, because VFS code will always call it with SKIPROOT | SKIPSWAP | SKIPSYSTEM; filesystems
1296 SKIPROOT skip root vnodes marked VROOT
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1984 if ((flags & SKIPROOT) && (vp->v_flag & VROOT)) {
H A Dvfs_syscalls.c1899 error = vflush(mp, NULLVP, SKIPSWAP | SKIPSYSTEM | SKIPROOT | lflags);

Completed in 97 milliseconds