Home
last modified time | relevance | path

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

/xnu-12377.41.6/security/
H A Dmac_vfs_subr.c103 if ((error == 0) && (vp->v_flag & VNCACHEABLE)) { in vnode_label()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h297 #define VNCACHEABLE 0x004000 /* vnode is allowed to be put back in name cache */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c855 …if ((cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NUL… in lookup_consider_update_cache()
H A Dvfs_subr.c7230 vp->v_flag |= VNCACHEABLE; in vnode_create_internal()
7332 vp->v_flag |= VNCACHEABLE; in vnode_create_internal()