Home
last modified time | relevance | path

Searched refs:RC_NOCACHE (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dnfs3proc.c675 .pc_cachetype = RC_NOCACHE,
685 .pc_cachetype = RC_NOCACHE,
705 .pc_cachetype = RC_NOCACHE,
715 .pc_cachetype = RC_NOCACHE,
725 .pc_cachetype = RC_NOCACHE,
735 .pc_cachetype = RC_NOCACHE,
835 .pc_cachetype = RC_NOCACHE,
844 .pc_cachetype = RC_NOCACHE,
852 .pc_cachetype = RC_NOCACHE,
861 .pc_cachetype = RC_NOCACHE,
[all …]
Dnfsproc.c582 .pc_cachetype = RC_NOCACHE,
592 .pc_cachetype = RC_NOCACHE,
610 .pc_cachetype = RC_NOCACHE,
620 .pc_cachetype = RC_NOCACHE,
629 .pc_cachetype = RC_NOCACHE,
639 .pc_cachetype = RC_NOCACHE,
647 .pc_cachetype = RC_NOCACHE,
731 .pc_cachetype = RC_NOCACHE,
739 .pc_cachetype = RC_NOCACHE,
Dnfs2acl.c366 PROC(null, void, void, void, RC_NOCACHE, ST),
367 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
368 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
369 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
370 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
Dnfscache.c129 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
396 if (type == RC_NOCACHE) { in nfsd_cache_lookup()
450 rp->c_type = RC_NOCACHE; in nfsd_cache_lookup()
474 case RC_NOCACHE: in nfsd_cache_lookup()
551 case RC_NOCACHE: in nfsd_cache_update()
Dnfs3acl.c260 PROC(null, void, void, void, RC_NOCACHE, ST),
261 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
262 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
Dcache.h64 RC_NOCACHE, enumerator
Dnfssvc.c707 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch()
723 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch()
Dnfs4proc.c2326 .pc_cachetype = RC_NOCACHE,
2336 .pc_cachetype = RC_NOCACHE,
Dnfs4xdr.c1886 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()