Searched refs:VNOP_READDIR (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 342 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 D | vnode_if.h | 1033 extern errno_t VNOP_READDIR(vnode_t, struct uio *, int, int *, int *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 849 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 D | devfs_vnops.c | 733 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 D | nfs_serv.c | 4350 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 D | vfs_syscalls.c | 10849 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 D | vfs_subr.c | 11599 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 D | kpi_vfs.c | 5443 VNOP_READDIR(struct vnode *vp, struct uio *uio, int flags, int *eofflag, in VNOP_READDIR() function
|