Home
last modified time | relevance | path

Searched refs:VNOP_READLINK (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c400 error = VNOP_READLINK(lvp, ap->a_uio, ap->a_context); in bindfs_readlink()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1119 extern errno_t VNOP_READLINK(vnode_t, struct uio *, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c875 error = VNOP_READLINK(lvp, ap->a_uio, ectx); in nullfs_readlink()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c1978 error = VNOP_READLINK(ndp->ni_vp, auio, ctx);
H A Dkpi_vfs.c5592 VNOP_READLINK(struct vnode *vp, struct uio *uio, vfs_context_t ctx) in VNOP_READLINK() function
H A Dvfs_syscalls.c7816 error = VNOP_READLINK(vp, auio, ctx); in readlinkat_internal()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c852 error = VNOP_READLINK(vp, auio, ctx); in nfsrv_readlink()