Symbol: rddir_cache
usr/src/uts/common/fs/nfs/nfs3_vnops.c
113
static int do_nfs3readdir(vnode_t *, rddir_cache *, cred_t *);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
114
static void nfs3readdir(vnode_t *, rddir_cache *, cred_t *);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
115
static void nfs3readdirplus(vnode_t *, rddir_cache *, cred_t *);
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3724
rddir_cache *rdc;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3725
rddir_cache *nrdc;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3726
rddir_cache *rrdc;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
3731
rddir_cache srdc;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4016
do_nfs3readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4066
nfs3readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs3_vnops.c
4176
nfs3readdirplus(vnode_t *vp, rddir_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs_client.c
1718
nfs_async_readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr,
usr/src/uts/common/fs/nfs/nfs_client.c
1719
int (*readdir)(vnode_t *, rddir_cache *, cred_t *))
usr/src/uts/common/fs/nfs/nfs_client.c
263
rddir_cache *rdc;
usr/src/uts/common/fs/nfs/nfs_client.c
264
rddir_cache *nrdc;
usr/src/uts/common/fs/nfs/nfs_subr.c
2592
avl_create(&rp->r_dir, compar, sizeof (rddir_cache),
usr/src/uts/common/fs/nfs/nfs_subr.c
2593
offsetof(rddir_cache, tree));
usr/src/uts/common/fs/nfs/nfs_subr.c
260
static void rddir_cache_free(rddir_cache *);
usr/src/uts/common/fs/nfs/nfs_subr.c
3861
rddir_cache *
usr/src/uts/common/fs/nfs/nfs_subr.c
3864
rddir_cache *rc;
usr/src/uts/common/fs/nfs/nfs_subr.c
3881
rddir_cache_free(rddir_cache *rc)
usr/src/uts/common/fs/nfs/nfs_subr.c
3900
rddir_cache_hold(rddir_cache *rc)
usr/src/uts/common/fs/nfs/nfs_subr.c
3909
rddir_cache_rele(rddir_cache *rc)
usr/src/uts/common/fs/nfs/nfs_subr.c
5014
rddir_cache *a = (rddir_cache *)x;
usr/src/uts/common/fs/nfs/nfs_subr.c
5015
rddir_cache *b = (rddir_cache *)y;
usr/src/uts/common/fs/nfs/nfs_subr.c
5034
rddir_cache *a = (rddir_cache *)x;
usr/src/uts/common/fs/nfs/nfs_subr.c
5035
rddir_cache *b = (rddir_cache *)y;
usr/src/uts/common/fs/nfs/nfs_vnops.c
2976
rddir_cache *rdc;
usr/src/uts/common/fs/nfs/nfs_vnops.c
2977
rddir_cache *nrdc;
usr/src/uts/common/fs/nfs/nfs_vnops.c
2978
rddir_cache *rrdc;
usr/src/uts/common/fs/nfs/nfs_vnops.c
2982
rddir_cache srdc;
usr/src/uts/common/fs/nfs/nfs_vnops.c
3254
nfsreaddir(vnode_t *vp, rddir_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs_vnops.c
98
static int nfsreaddir(vnode_t *, rddir_cache *, cred_t *);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.h
243
rddir_cache *r_direof; /* pointer to the EOF entry */
usr/src/uts/common/nfs/nfs_clnt.h
115
struct rddir_cache *rdc; /* pointer to cache entry to fill */
usr/src/uts/common/nfs/rnode.h
292
rddir_cache *r_direof; /* pointer to the EOF entry */
usr/src/uts/common/nfs/rnode.h
353
extern void nfs_async_readdir(vnode_t *, rddir_cache *,
usr/src/uts/common/nfs/rnode.h
355
rddir_cache *, cred_t *));
usr/src/uts/common/nfs/rnode.h
391
extern rddir_cache *rddir_cache_alloc(int);
usr/src/uts/common/nfs/rnode.h
392
extern void rddir_cache_hold(rddir_cache *);
usr/src/uts/common/nfs/rnode.h
393
extern void rddir_cache_rele(rddir_cache *);