Searched refs:VNODE_REF_FORCE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 548 #define VNODE_REF_FORCE 0x1 macro
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cache.c | 1136 …if (dvp && (vnode_ref_ext(dvp, 0, ((flags & VNODE_UPDATE_FORCE_PARENT_REF) ? VNODE_REF_FORCE : 0))… in vnode_update_identity() 1363 if ((error = vnode_ref_ext(target_vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink() 1367 if ((error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink()
|
| H A D | vfs_subr.c | 1459 vnode_ref_ext(incoming_rootvnode_with_iocount, 0, VNODE_REF_FORCE); in verify_incoming_rootfs() 1704 vnode_ref_ext(outgoing_vol_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root() 1706 vnode_ref_ext(incoming_rootvnode, 0, VNODE_REF_FORCE); in vfs_switch_root() 1716 vnode_ref_ext(pmi->pm_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root() 2347 if (((flags & VNODE_REF_FORCE) == 0) && in vnode_ref_ext() 12100 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE); in vnode_resolver_attach()
|
| H A D | vfs_lookup.c | 657 vnode_ref_ext(dp, 0, VNODE_REF_FORCE); in namei()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | ubc_subr.c | 2042 if (vnode_ref_ext(vp, 0, VNODE_REF_FORCE)) { in ubc_map()
|