Searched refs:VNOP_LOOKUP (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 723 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 D | vfs_lookup.c | 1560 error = VNOP_LOOKUP(dp, &ndp->ni_vp, cnp, ctx); 2135 if ((error = VNOP_LOOKUP(dp, vpp, cnp, ctx))) {
|
| H A D | vfs_cache.c | 455 if ((error = VNOP_LOOKUP(tvp, &pvp, &cn, ctx))) { in vnode_issubdir()
|
| H A D | kpi_vfs.c | 3498 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 D | null_vnops.c | 528 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 D | bind_vnops.c | 235 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ap->a_context); in bind_lookup()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 214 extern errno_t VNOP_LOOKUP(vnode_t, vnode_t *, struct componentname *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | trace_codes | 1883 0x11000088 VNOP_LOOKUP
|