Home
last modified time | relevance | path

Searched refs:vnode_ref_ext (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h555 int vnode_ref_ext(vnode_t, int, int);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cache.c1136 …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 Dvfs_vnops.c189 if ((error = vnode_ref_ext(vp, fmode, 0)) != 0) { in vn_open_auth_finish()
2315 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()
H A Dvfs_subr.c1459 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()
2321 return vnode_ref_ext(vp, 0, 0); in vnode_ref()
2329 vnode_ref_ext(vnode_t vp, int fmode, int flags) in vnode_ref_ext() function
12100 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE); in vnode_resolver_attach()
H A Dvfs_lookup.c651 vnode_ref_ext(dp, 0, VNODE_REF_FORCE); in namei()
H A Dvfs_xattr.c2265 if ((error = vnode_ref_ext(xvp, fileflags, 0)) != 0) { in open_xattrfile()
H A Dvfs_syscalls.c11305 if (vnode_ref_ext(uvp, fp->fp_glob->fg_flag & O_EVTONLY, 0) == 0) { in getdirentriesattr()
/xnu-12377.1.9/bsd/kern/
H A Dkern_guarded.c1042 error = vnode_ref_ext(vp, O_EVTONLY, 0); in vnguard_sysc_setguard()
H A Dproc_info.c1423 error = vnode_ref_ext(tvp, O_EVTONLY, 0); in proc_pidpathinfo_internal()
H A Dubc_subr.c2022 if (vnode_ref_ext(vp, 0, VNODE_REF_FORCE)) { in ubc_map()
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_syscalls.c525 if ((error = vnode_ref_ext(vp, fmode, 0))) { in fhopen()