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

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

Completed in 86 milliseconds