Home
last modified time | relevance | path

Searched refs:rddir4_cache (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h87 typedef struct rddir4_cache { struct
99 } rddir4_cache; argument
267 rddir4_cache *r_direof; /* pointer to the EOF entry */
458 extern void nfs4_async_readdir(vnode_t *, rddir4_cache *,
459 cred_t *, int (*)(vnode_t *, rddir4_cache *, cred_t *));
498 extern rddir4_cache *rddir4_cache_lookup(rnode4_t *, offset_t, int);
499 extern void rddir4_cache_rele(rnode4_t *, rddir4_cache *);
H A Dnfs4_kprot.h1813 struct rddir4_cache;
1824 struct rddir4_cache *rdc;
1834 struct rddir4_cache *rdc;
H A Dnfs4_clnt.h263 struct rddir4_cache *rdc; /* pointer to cache entry to fill */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c120 static rddir4_cache *rddir4_cache_alloc(int);
2367 rddir4_cache *a = &ai->rc; in rddir4_cache_compar()
2368 rddir4_cache *b = &bi->rc; in rddir4_cache_compar()
2452 rddir4_cache *
2457 rddir4_cache *srdc; in rddir4_cache_lookup()
2458 rddir4_cache *rdc = NULL; in rddir4_cache_lookup()
2459 rddir4_cache *nrdc = NULL; in rddir4_cache_lookup()
2622 static rddir4_cache *
2626 rddir4_cache *rc = NULL; in rddir4_cache_alloc()
2659 rddir4_cache_hold(rddir4_cache *rc) in rddir4_cache_hold()
[all …]
H A Dnfs4_client.c1946 nfs4_async_readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr, in nfs4_async_readdir() argument
1947 int (*readdir)(vnode_t *, rddir4_cache *, cred_t *)) in nfs4_async_readdir()
H A Dnfs4_vnops.c151 static int do_nfs4readdir(vnode_t *, rddir4_cache *, cred_t *);
152 static void nfs4readdir(vnode_t *, rddir4_cache *, cred_t *);
8919 rddir4_cache *rdc; in nfs4_readdir()
8920 rddir4_cache *rrdc; in nfs4_readdir()
9107 do_nfs4readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr) in do_nfs4readdir()
9156 nfs4readdir(vnode_t *vp, rddir4_cache *rdc, cred_t *cr) in nfs4readdir()
H A Dnfs4_xdr.c2212 rddir4_cache *rdc = aobjp->rdc; in xdr_READDIR4res_clnt()