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

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs_subr.c94 if ((error == 0) && (vp->v_flag & VNCACHEABLE))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h245 #define VNCACHEABLE 0x004000 /* vnode is allowed to be put back in name cache */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c502 if ( (cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NULL) {
H A Dvfs_subr.c4849 vp->v_flag |= VNCACHEABLE;

Completed in 203 milliseconds