Home
last modified time | relevance | path

Searched refs:VNOP_LOOKUP (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c723 if (VNOP_LOOKUP(shadow_dvp, &shadowfile, &cn, kernelctx) == 0) { in vnode_verifynamedstream()
804 if (VNOP_LOOKUP(dvp, &svp, &cn, kernelctx) == 0) { in getshadowfile()
849 error = VNOP_LOOKUP(dvp, &svp, &cn, kernelctx); in getshadowfile()
1268 error = VNOP_LOOKUP(dvp, &sdvp, &cn, kernelctx); in get_shadow_dir()
H A Dvfs_lookup.c1560 error = VNOP_LOOKUP(dp, &ndp->ni_vp, cnp, ctx);
2135 if ((error = VNOP_LOOKUP(dp, vpp, cnp, ctx))) {
H A Dvfs_cache.c455 if ((error = VNOP_LOOKUP(tvp, &pvp, &cn, ctx))) { in vnode_issubdir()
H A Dkpi_vfs.c3498 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) in VNOP_LOOKUP() function
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c528 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ectx); in null_special_lookup()
623 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ectx); in null_lookup()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c235 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ap->a_context); in bind_lookup()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h214 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
/xnu-12377.41.6/bsd/kern/
H A Dtrace_codes1883 0x11000088 VNOP_LOOKUP