Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c342 error = VNOP_READDIR(lvp, auio, ap->a_flags, ap->a_eofflag, ap->a_numdirent, ap->a_context); in bindfs_readdir()
380 error = VNOP_READDIR(lvp, ap->a_uio, ap->a_flags, ap->a_eofflag, ap->a_numdirent, ap->a_context); in bindfs_readdir()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1033 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c849 error = VNOP_READDIR(lvp, ap->a_uio, ap->a_flags, ap->a_eofflag, ap->a_numdirent, ectx); in nullfs_readdir()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vnops.c733 return VNOP_READDIR(ap->a_vp, ap->a_uio, 0, NULL, NULL, ap->a_context); in devfs_read()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c4350 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx); in nfsrv_readdir()
4604 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx); in nfsrv_readdirplus()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c10849 return VNOP_READDIR(vp, uio, flags, eofflag, numdirent, ctxp); in vnode_readdir64()
10886 error = VNOP_READDIR(vp, auio, 0, eofflag, numdirent, ctxp); in vnode_readdir64()
11016 error = VNOP_READDIR(vp, auio, 0, eofflag, &numdirent, &context); in getdirentries_common()
H A Dvfs_subr.c11599 if ((error = VNOP_READDIR(vp, auio, 0, &eofflag, &nentries, ctx))) { in rmdir_remove_orphaned_appleDouble()
11672 error = VNOP_READDIR(vp, auio, 0, &eofflag, &nentries, ctx); in rmdir_remove_orphaned_appleDouble()
H A Dkpi_vfs.c5443 VNOP_READDIR(struct vnode *vp, struct uio *uio, int flags, int *eofflag, in VNOP_READDIR() function