Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dstate.h179 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
Dxdr4.h696 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
Dnfs4xdr.c4422 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
4471 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
Dnfs4state.c3547 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3663 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3665 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()