Symbol: rddir4_cache
usr/src/uts/common/fs/nfs/nfs4_client.c
1946
nfs4_async_readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr,
usr/src/uts/common/fs/nfs/nfs4_client.c
1947
int (*readdir)(vnode_t *, rddir4_cache *, cred_t *))
usr/src/uts/common/fs/nfs/nfs4_subr.c
112
rddir4_cache rc; /* readdir cache element */
usr/src/uts/common/fs/nfs/nfs4_subr.c
120
static rddir4_cache *rddir4_cache_alloc(int);
usr/src/uts/common/fs/nfs/nfs4_subr.c
121
static void rddir4_cache_hold(rddir4_cache *);
usr/src/uts/common/fs/nfs/nfs4_subr.c
2367
rddir4_cache *a = &ai->rc;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2368
rddir4_cache *b = &bi->rc;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2452
rddir4_cache *
usr/src/uts/common/fs/nfs/nfs4_subr.c
2457
rddir4_cache *srdc;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2458
rddir4_cache *rdc = NULL;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2459
rddir4_cache *nrdc = NULL;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2622
static rddir4_cache *
usr/src/uts/common/fs/nfs/nfs4_subr.c
2626
rddir4_cache *rc = NULL;
usr/src/uts/common/fs/nfs/nfs4_subr.c
2659
rddir4_cache_hold(rddir4_cache *rc)
usr/src/uts/common/fs/nfs/nfs4_subr.c
2673
rddir4_cache_rele(rnode4_t *rp, rddir4_cache *rdc)
usr/src/uts/common/fs/nfs/nfs4_subr.c
2703
rddir4_cache *rc = &rdip->rc;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
151
static int do_nfs4readdir(vnode_t *, rddir4_cache *, cred_t *);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
152
static void nfs4readdir(vnode_t *, rddir4_cache *, cred_t *);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8919
rddir4_cache *rdc;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
8920
rddir4_cache *rrdc;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
9107
do_nfs4readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs4_vnops.c
9156
nfs4readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr)
usr/src/uts/common/fs/nfs/nfs4_xdr.c
2212
rddir4_cache *rdc = aobjp->rdc;
usr/src/uts/common/nfs/nfs4_clnt.h
263
struct rddir4_cache *rdc; /* pointer to cache entry to fill */
usr/src/uts/common/nfs/nfs4_kprot.h
2031
struct rddir4_cache;
usr/src/uts/common/nfs/nfs4_kprot.h
2042
struct rddir4_cache *rdc;
usr/src/uts/common/nfs/nfs4_kprot.h
2052
struct rddir4_cache *rdc;
usr/src/uts/common/nfs/rnode4.h
267
rddir4_cache *r_direof; /* pointer to the EOF entry */
usr/src/uts/common/nfs/rnode4.h
458
extern void nfs4_async_readdir(vnode_t *, rddir4_cache *,
usr/src/uts/common/nfs/rnode4.h
459
cred_t *, int (*)(vnode_t *, rddir4_cache *, cred_t *));
usr/src/uts/common/nfs/rnode4.h
498
extern rddir4_cache *rddir4_cache_lookup(rnode4_t *, offset_t, int);
usr/src/uts/common/nfs/rnode4.h
499
extern void rddir4_cache_rele(rnode4_t *, rddir4_cache *);