Searched refs:VNOP_READLINK (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 400 error = VNOP_READLINK(lvp, ap->a_uio, ap->a_context); in bindfs_readlink()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1119 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 875 error = VNOP_READLINK(lvp, ap->a_uio, ectx); in nullfs_readlink()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_lookup.c | 1978 error = VNOP_READLINK(ndp->ni_vp, auio, ctx);
|
| H A D | kpi_vfs.c | 5592 VNOP_READLINK(struct vnode *vp, struct uio *uio, vfs_context_t ctx) in VNOP_READLINK() function
|
| H A D | vfs_syscalls.c | 7816 error = VNOP_READLINK(vp, auio, ctx); in readlinkat_internal()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 852 error = VNOP_READLINK(vp, auio, ctx); in nfsrv_readlink()
|