Searched refs:rddir_cache (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/nfs/ |
H A D | rnode.h | 70 typedef struct rddir_cache { struct 83 } rddir_cache; argument 292 rddir_cache *r_direof; /* pointer to the EOF entry */ 353 extern void nfs_async_readdir(vnode_t *, rddir_cache *, 355 rddir_cache *, cred_t *)); 391 extern rddir_cache *rddir_cache_alloc(int); 392 extern void rddir_cache_hold(rddir_cache *); 393 extern void rddir_cache_rele(rddir_cache *);
|
H A D | nfs_clnt.h | 115 struct rddir_cache *rdc; /* pointer to cache entry to fill */
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 60 typedef struct rddir_cache { struct 73 } rddir_cache; argument 243 rddir_cache *r_direof; /* pointer to the EOF entry */
|
H A D | smbfs_subr2.c | 439 avl_create(&np->r_dir, compar, sizeof (rddir_cache), in make_smbnode() 440 offsetof(rddir_cache, tree)); in make_smbnode()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 259 static void rddir_cache_free(rddir_cache *); 2591 avl_create(&rp->r_dir, compar, sizeof (rddir_cache), in make_rnode() 2592 offsetof(rddir_cache, tree)); in make_rnode() 3860 rddir_cache * 3863 rddir_cache *rc; in rddir_cache_alloc() 3880 rddir_cache_free(rddir_cache *rc) in rddir_cache_free() 3899 rddir_cache_hold(rddir_cache *rc) in rddir_cache_hold() 3908 rddir_cache_rele(rddir_cache *rc) in rddir_cache_rele() 5013 rddir_cache *a = (rddir_cache *)x; in nfs3_rddir_compar() 5014 rddir_cache *b = (rddir_cache *)y; in nfs3_rddir_compar() [all …]
|
H A D | nfs3_vnops.c | 111 static int do_nfs3readdir(vnode_t *, rddir_cache *, cred_t *); 112 static void nfs3readdir(vnode_t *, rddir_cache *, cred_t *); 113 static void nfs3readdirplus(vnode_t *, rddir_cache *, cred_t *); 3722 rddir_cache *rdc; in nfs3_readdir() 3723 rddir_cache *nrdc; in nfs3_readdir() 3724 rddir_cache *rrdc; in nfs3_readdir() 3729 rddir_cache srdc; in nfs3_readdir() 4014 do_nfs3readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr) in do_nfs3readdir() 4064 nfs3readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr) in nfs3readdir() 4174 nfs3readdirplus(vnode_t *vp, rddir_cache *rdc, cred_t *cr) in nfs3readdirplus()
|
H A D | nfs_client.c | 255 rddir_cache *rdc; in nfs_purge_rddir_cache() 256 rddir_cache *nrdc; in nfs_purge_rddir_cache() 1711 nfs_async_readdir(vnode_t *vp, rddir_cache *rdc, cred_t *cr, in nfs_async_readdir() argument 1712 int (*readdir)(vnode_t *, rddir_cache *, cred_t *)) in nfs_async_readdir()
|
H A D | nfs_vnops.c | 98 static int nfsreaddir(vnode_t *, rddir_cache *, cred_t *); 2976 rddir_cache *rdc; in nfs_readdir() 2977 rddir_cache *nrdc; in nfs_readdir() 2978 rddir_cache *rrdc; in nfs_readdir() 2982 rddir_cache srdc; in nfs_readdir() 3254 nfsreaddir(vnode_t *vp, rddir_cache *rdc, cred_t *cr) in nfsreaddir()
|