Symbol: nfsrvcache
sys/fs/nfs/common/nfs.h
594
struct nfsrvcache *nd_rp; /* Assoc. cache entry */
sys/fs/nfs/common/nfs_var.h
250
struct nfsrvcache *nfsrvd_updatecache(struct nfsrv_descript *);
sys/fs/nfs/common/nfs_var.h
251
void nfsrvd_sentcache(struct nfsrvcache *, int, uint32_t);
sys/fs/nfs/common/nfs_var.h
253
void nfsrvd_refcache(struct nfsrvcache *);
sys/fs/nfs/common/nfs_var.h
254
void nfsrvd_derefcache(struct nfsrvcache *);
sys/fs/nfs/common/nfs_var.h
255
void nfsrvd_delcache(struct nfsrvcache *);
sys/fs/nfs/common/nfsrvcache.h
116
LIST_HEAD(nfsrvhashhead, nfsrvcache);
sys/fs/nfs/common/nfsrvcache.h
50
LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */
sys/fs/nfs/common/nfsrvcache.h
51
LIST_ENTRY(nfsrvcache) rc_ahash; /* ACK hash chain */
sys/fs/nfs/common/nfsrvcache.h
52
TAILQ_ENTRY(nfsrvcache) rc_lru; /* UDP lru chain */
sys/fs/nfs/common/nfsrvstate.h
189
struct nfsrvcache *ls_op; /* Op cache reference */
sys/fs/nfs/server/nfs_nfsdcache.c
208
static TAILQ_HEAD(, nfsrvcache) nfsrvudplru;
sys/fs/nfs/server/nfs_nfsdcache.c
282
static int nfsrc_getudp(struct nfsrv_descript *nd, struct nfsrvcache *newrp);
sys/fs/nfs/server/nfs_nfsdcache.c
283
static int nfsrc_gettcp(struct nfsrv_descript *nd, struct nfsrvcache *newrp);
sys/fs/nfs/server/nfs_nfsdcache.c
284
static void nfsrc_lock(struct nfsrvcache *rp);
sys/fs/nfs/server/nfs_nfsdcache.c
285
static void nfsrc_unlock(struct nfsrvcache *rp);
sys/fs/nfs/server/nfs_nfsdcache.c
286
static void nfsrc_wanted(struct nfsrvcache *rp);
sys/fs/nfs/server/nfs_nfsdcache.c
287
static void nfsrc_freecache(struct nfsrvcache *rp);
sys/fs/nfs/server/nfs_nfsdcache.c
295
nfsrc_cachemutex(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
334
struct nfsrvcache *newrp;
sys/fs/nfs/server/nfs_nfsdcache.c
339
MALLOC(newrp, struct nfsrvcache *, sizeof (struct nfsrvcache),
sys/fs/nfs/server/nfs_nfsdcache.c
341
NFSBZERO((caddr_t)newrp, sizeof (struct nfsrvcache));
sys/fs/nfs/server/nfs_nfsdcache.c
370
nfsrc_getudp(struct nfsrv_descript *nd, struct nfsrvcache *newrp)
sys/fs/nfs/server/nfs_nfsdcache.c
372
struct nfsrvcache *rp;
sys/fs/nfs/server/nfs_nfsdcache.c
458
APPLESTATIC struct nfsrvcache *
sys/fs/nfs/server/nfs_nfsdcache.c
461
struct nfsrvcache *rp;
sys/fs/nfs/server/nfs_nfsdcache.c
462
struct nfsrvcache *retrp = NULL;
sys/fs/nfs/server/nfs_nfsdcache.c
560
nfsrvd_delcache(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
580
nfsrvd_sentcache(struct nfsrvcache *rp, int have_seq, uint32_t seq)
sys/fs/nfs/server/nfs_nfsdcache.c
603
nfsrc_gettcp(struct nfsrv_descript *nd, struct nfsrvcache *newrp)
sys/fs/nfs/server/nfs_nfsdcache.c
605
struct nfsrvcache *rp, *nextrp;
sys/fs/nfs/server/nfs_nfsdcache.c
607
struct nfsrvcache *hitrp;
sys/fs/nfs/server/nfs_nfsdcache.c
738
nfsrc_lock(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
755
nfsrc_unlock(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
770
nfsrc_wanted(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
783
nfsrc_freecache(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
814
struct nfsrvcache *rp, *nextrp;
sys/fs/nfs/server/nfs_nfsdcache.c
842
struct nfsrvcache *rp, *nextrp;
sys/fs/nfs/server/nfs_nfsdcache.c
977
nfsrvd_refcache(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdcache.c
996
nfsrvd_derefcache(struct nfsrvcache *rp)
sys/fs/nfs/server/nfs_nfsdkrpc.c
109
struct nfsrvcache **);
sys/fs/nfs/server/nfs_nfsdkrpc.c
123
struct nfsrvcache *rp = NULL;
sys/fs/nfs/server/nfs_nfsdkrpc.c
319
struct nfsrvcache **rpp)
sys/fs/nfs/server/nfs_nfsdstate.c
145
struct nfsstate *stp, struct nfsrvcache *op);
sys/fs/nfs/server/nfs_nfsdstate.c
3803
struct nfsstate *stp, struct nfsrvcache *op)
sys/nfs/nfs_srvcache.c
142
cleanentry(struct nfsrvcache *rp)
sys/nfs/nfs_srvcache.c
165
pool_init(&nfs_reqcache_pool, sizeof(struct nfsrvcache), 0, 0, 0,
sys/nfs/nfs_srvcache.c
185
static struct nfsrvcache *
sys/nfs/nfs_srvcache.c
188
struct nfsrvcache *rp;
sys/nfs/nfs_srvcache.c
213
nfsrv_unlockcache(struct nfsrvcache *rp)
sys/nfs/nfs_srvcache.c
240
struct nfsrvcache *rp, *rpdup;
sys/nfs/nfs_srvcache.c
347
struct nfsrvcache *rp;
sys/nfs/nfs_srvcache.c
383
struct nfsrvcache *rp;
sys/nfs/nfs_srvcache.c
75
LIST_HEAD(nfsrvhash, nfsrvcache) *nfsrvhashtbl;
sys/nfs/nfs_srvcache.c
76
TAILQ_HEAD(nfsrvlru, nfsrvcache) nfsrvlruhead;
sys/nfs/nfs_srvcache.c
87
static struct nfsrvcache *nfsrv_lookupcache(struct nfsrv_descript *nd);
sys/nfs/nfs_srvcache.c
88
static void nfsrv_unlockcache(struct nfsrvcache *rp);
sys/nfs/nfsrvcache.h
55
TAILQ_ENTRY(nfsrvcache) rc_lru; /* LRU chain */
sys/nfs/nfsrvcache.h
56
LIST_ENTRY(nfsrvcache) rc_hash; /* Hash chain */