Searched refs:nfsd_cache_update (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/nfsd/ |
A D | cache.h | 86 void nfsd_cache_update(struct svc_rqst *, int, __be32 *);
|
A D | nfssvc.c | 1070 nfsd_cache_update(rqstp, rqstp->rq_cachetype, statp + 1); in nfsd_dispatch() 1080 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch() 1086 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch()
|
A D | nfscache.c | 528 void nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() function
|
Completed in 6 milliseconds