Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h285 #define VSYSTEM 0x000004 /* vnode being used by kernel */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c598 if ((flags & SKIPSYSTEM) && ((vp->v_flag & VSYSTEM) || (vp->v_flag & VNOFLUSH))) { in vnode_umount_preflight()
2388 if (vp->v_usecount == 1 && vp->v_type == VREG && !(vp->v_flag & VSYSTEM)) { in vnode_ref_ext()
2789 if (vp->v_usecount == 0 && vp->v_type == VREG && !(vp->v_flag & VSYSTEM)) { in vnode_rele_internal()
2883 if ((flags & SKIPSYSTEM) && ((vp->v_flag & VSYSTEM) || in vflush()
3653 if (vp->v_flag & VSYSTEM) { in vprint_internal()
7055 vp->v_flag |= VSYSTEM; in vnode_create_internal()
11973 if ((vp->v_flag & VSYSTEM)) { in record_vp()
H A Dkpi_vfs.c1937 return (vp->v_flag & VSYSTEM)? 1 : 0; in vnode_issystem()
H A Dvfs_cluster.c1726 if (vp->v_flag & VSYSTEM) { in cluster_io()