Searched refs:vnode_ref_ext (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.81.2/bsd/sys/ |
| H A D | vnode_internal.h | 551 int vnode_ref_ext(vnode_t, int, int);
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_vnops.c | 193 if ((error = vnode_ref_ext(vp, fmode, 0)) != 0) { in vn_open_auth_finish() 2269 error = vnode_ref_ext(vp, vnio->vnio_fflags, 0); in vnio_openfd()
|
| H A D | vfs_cache.c | 1202 if ((error = vnode_ref_ext(target_vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink() 1206 if ((error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE))) { in vnode_setasfirmlink()
|
| H A D | vfs_subr.c | 1434 vnode_ref_ext(incoming_rootvnode_with_iocount, 0, VNODE_REF_FORCE); in verify_incoming_rootfs() 1679 vnode_ref_ext(outgoing_vol_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root() 1681 vnode_ref_ext(incoming_rootvnode, 0, VNODE_REF_FORCE); in vfs_switch_root() 1691 vnode_ref_ext(pmi->pm_new_covered_vp, 0, VNODE_REF_FORCE); in vfs_switch_root() 2279 return vnode_ref_ext(vp, 0, 0); in vnode_ref() 2287 vnode_ref_ext(vnode_t vp, int fmode, int flags) in vnode_ref_ext() function 11407 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE); in vnode_resolver_attach()
|
| H A D | vfs_lookup.c | 511 vnode_ref_ext(dp, 0, VNODE_REF_FORCE); in namei()
|
| H A D | vfs_syscalls.c | 10704 if (vnode_ref_ext(uvp, fp->fp_glob->fg_flag & O_EVTONLY, 0) == 0) { in getdirentriesattr()
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_guarded.c | 1031 error = vnode_ref_ext(vp, O_EVTONLY, 0); in vnguard_sysc_setguard()
|
| H A D | proc_info.c | 1379 error = vnode_ref_ext(tvp, O_EVTONLY, 0); in proc_pidpathinfo_internal()
|
| H A D | ubc_subr.c | 2089 if (vnode_ref_ext(vp, 0, VNODE_REF_FORCE)) { in ubc_map()
|
| /xnu-8792.81.2/bsd/nfs/ |
| H A D | nfs_syscalls.c | 490 if ((error = vnode_ref_ext(vp, fmode, 0))) { in fhopen()
|