Searched refs:VNOP_LINK (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 751 extern errno_t VNOP_LINK(vnode_t, vnode_t, struct componentname *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 4436 VNOP_LINK(vnode_t vp, vnode_t tdvp, struct componentname * cnp, vfs_context_t ctx) in VNOP_LINK() function
|
| H A D | vfs_syscalls.c | 6080 error = VNOP_LINK(vp, dvp, &nd.ni_cnd, ctx); in linkat_internal()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 3487 error = VNOP_LINK(vp, dvp, &ni.ni_cnd, ctx); in nfsrv_link()
|