Searched refs:nfsd_cacherep (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | nfscache.c | 87 static struct nfsd_cacherep * 91 struct nfsd_cacherep *rp; in nfsd_cacherep_alloc() 113 static void nfsd_cacherep_free(struct nfsd_cacherep *rp) in nfsd_cacherep_free() 123 struct nfsd_cacherep *rp; in nfsd_cacherep_dispose() 127 rp = list_first_entry(dispose, struct nfsd_cacherep, c_lru); in nfsd_cacherep_dispose() 137 struct nfsd_cacherep *rp) in nfsd_cacherep_unlink_locked() 150 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free_locked() 158 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, in nfsd_reply_cache_free() 170 sizeof(struct nfsd_cacherep), 0, 0, NULL); in nfsd_drc_slab_create() 218 struct nfsd_cacherep *rp; in nfsd_reply_cache_shutdown() [all …]
|
H A D | cache.h | 22 struct nfsd_cacherep { struct 86 unsigned int len, struct nfsd_cacherep **cacherep); 87 void nfsd_cache_update(struct svc_rqst *rqstp, struct nfsd_cacherep *rp,
|
H A D | nfssvc.c | 979 struct nfsd_cacherep *rp; in nfsd_dispatch()
|
H A D | trace.h | 1244 const struct nfsd_cacherep *key, 1245 const struct nfsd_cacherep *rp
|