Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dvnode_internal.h528 int vnode_ref_ext(vnode_t, int, int);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cache.c1183 if ((error = vnode_ref_ext(target_vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink()
1187 if ((error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink()
H A Dvfs_subr.c1385 vnode_ref_ext(incoming_rootvnode_with_iocount, 0, VNODE_REF_FORCE); in verify_incoming_rootfs()
1632 vnode_ref_ext(outgoing_vol_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root()
1634 vnode_ref_ext(incoming_rootvnode, 0, VNODE_REF_FORCE); in vfs_switch_root()
1644 vnode_ref_ext(pmi->pm_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root()
2220 return vnode_ref_ext(vp, 0, 0); in vnode_ref()
2228 vnode_ref_ext(vnode_t vp, int fmode, int flags) in vnode_ref_ext() function
10877 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE); in vnode_resolver_attach()
H A Dvfs_lookup.c511 vnode_ref_ext(dp, 0, VNODE_REF_FORCE); in namei()
H A Dvfs_vnops.c192 if ((error = vnode_ref_ext(vp, fmode, 0)) != 0) { in vn_open_auth_finish()
H A Dvfs_syscalls.c10020 vnode_ref_ext(vp, fp->fp_glob->fg_flag & O_EVTONLY, 0); in getdirentriesattr()
/xnu-8019.80.24/bsd/kern/
H A Dkern_guarded.c1119 error = vnode_ref_ext(vp, O_EVTONLY, 0); in vnguard_sysc_setguard()
H A Dubc_subr.c1920 if (vnode_ref_ext(vp, 0, VNODE_REF_FORCE)) { in ubc_map()
H A Dproc_info.c1369 error = vnode_ref_ext(tvp, O_EVTONLY, 0); in proc_pidpathinfo_internal()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_syscalls.c775 if ((error = vnode_ref_ext(vp, fmode, 0))) { in fhopen()