Home
last modified time | relevance | path

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

/linux-4.1.27/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.c534 .pc_cachetype = RC_NOCACHE,
544 .pc_cachetype = RC_NOCACHE,
562 .pc_cachetype = RC_NOCACHE,
572 .pc_cachetype = RC_NOCACHE,
581 .pc_cachetype = RC_NOCACHE,
591 .pc_cachetype = RC_NOCACHE,
599 .pc_cachetype = RC_NOCACHE,
683 .pc_cachetype = RC_NOCACHE,
691 .pc_cachetype = RC_NOCACHE,
Dnfs2acl.c368 PROC(null, void, void, void, RC_NOCACHE, ST),
369 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
370 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
371 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
372 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
Dnfscache.c137 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
424 if (type == RC_NOCACHE) { in nfsd_cache_lookup()
478 rp->c_type = RC_NOCACHE; in nfsd_cache_lookup()
502 case RC_NOCACHE: in nfsd_cache_lookup()
579 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.c698 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch()
714 nfsd_cache_update(rqstp, RC_NOCACHE, NULL); in nfsd_dispatch()
Dnfs4proc.c2341 .pc_cachetype = RC_NOCACHE,
2351 .pc_cachetype = RC_NOCACHE,
Dnfs4xdr.c1885 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()