Home
last modified time | relevance | path

Searched refs:NFSD4_SLOT_CACHETHIS (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dstate.h174 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
Dxdr4.h613 return !(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_not_cached()
Dnfs4state.c2248 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()
2956 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
2958 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
Dnfs4xdr.c4302 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
4345 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()