Searched refs:SKIPSWAP (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode.h681 #define SKIPSWAP 0x0008 /* vflush: skip vnodes marked VSWAP */ macro
1290 Filesystems should call this function from their unmount code, because VFS code will always call it with SKIPROOT | SKIPSWAP | SKIPSYSTEM; filesystems
1295 SKIPSWAP skip vnodes marked VSWAP
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c525 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP))
1976 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) {
H A Dvfs_syscalls.c1899 error = vflush(mp, NULLVP, SKIPSWAP | SKIPSYSTEM | SKIPROOT | lflags);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c3466 error = vflush(mp, skipvp, SKIPSYSTEM | SKIPSWAP | flags);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c4155 error = vflush(mp, vp, SKIPSWAP | flags);

Completed in 187 milliseconds