/src/sys/compat/linux32/common/ |
linux32_dirent.c | 167 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/compat/common/ |
vfs_syscalls_12.c | 179 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
vfs_syscalls_30.c | 256 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
vfs_syscalls_43.c | 397 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/rump/kern/lib/libsys_sunos/ |
rump_sunos_compat.c | 305 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/fs/unionfs/ |
unionfs_vnops.c | 1417 error = VOP_READDIR(uvp, uio, ap->a_cred, ap->a_eofflag, 1426 error = VOP_READDIR(lvp, uio, ap->a_cred, ap->a_eofflag, 1443 error = VOP_READDIR(uvp, uio, ap->a_cred, &eofflag, 1484 error = VOP_READDIR(lvp, uio, ap->a_cred, ap->a_eofflag,
|
unionfs_subr.c | 840 error = VOP_READDIR(lvp, &uio, cred, &eofflag, NULL, NULL);
|
/src/sys/nfs/ |
nfs_clntsubs.c | 494 error = VOP_READDIR(vp, &auio, cred, &eof, &cookies, &nc);
|
nfs_serv.c | 2628 * - calls VOP_READDIR() 2633 * - it only knows that it has encountered eof when the VOP_READDIR() 2642 * NB: It is tempting to set eof to true if the VOP_READDIR() reads less 2762 error = VOP_READDIR(vp, &io, cred, &eofflag, &cookies, &ncookies); 3022 error = VOP_READDIR(vp, &io, cred, &eofflag, &cookies, &ncookies);
|
/src/sys/sys/ |
vnode_if.h | 373 int VOP_READDIR(struct vnode *, struct uio *, kauth_cred_t, int *, off_t **,
|
/src/sys/compat/linux/common/ |
linux_file64.c | 461 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
linux_inotify.c | 800 error = VOP_READDIR(vp, &uio, fp->f_cred, &eofflag, NULL, NULL);
|
linux_misc.c | 828 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/kern/ |
vfs_getcwd.c | 172 /* call VOP_READDIR of parent */ 185 error = VOP_READDIR(uvp, &uio, cred, &eofflag, 0, 0);
|
vfs_vnops.c | 585 /* Limit the size on any kernel buffers used by VOP_READDIR */ 607 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, cookies,
|
vnode_if.c | 1439 "vop_readdir", 1447 VOP_READDIR(struct vnode *vp, 1458 a.a_desc = VDESC(vop_readdir); 1465 assert_vop_locked(vp, "vop_readdir: vp"); 1469 error = (VCALL(vp, VOFFSET(vop_readdir), &a));
|
/src/sys/rump/librump/rumpvfs/ |
rumpvnode_if.c | 484 error = VOP_READDIR(vp, uio, cred, eofflag, cookies, ncookies);
|
/src/sys/fs/autofs/ |
autofs_vnops.c | 479 error = VOP_READDIR(newvp, ap->a_uio, ap->a_cred,
|
/src/sys/compat/sunos/ |
sunos_misc.c | 409 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/sys/fs/union/ |
union_subr.c | 1156 error = VOP_READDIR(un->un_lowervp, &auio, cred, &eofflag,
|
/src/sys/compat/sunos32/ |
sunos32_misc.c | 598 error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &cookiebuf,
|
/src/share/man/man9/ |
Makefile | 1139 vnodeops.9 VOP_READDIR.9 \
|
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 1552 * - calls VOP_READDIR() 1659 nd->nd_repstat = VOP_READDIR(vp, &io, nd->nd_cred, &eofflag, &ncookies, 1937 nd->nd_repstat = VOP_READDIR(vp, &io, nd->nd_cred, &eofflag, &ncookies,
|