Home
last modified time | relevance | path

Searched refs:NFSD4_SLOT_CACHETHIS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h192 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
H A Dxdr4.h748 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dnfs4xdr.c5171 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5220 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
H A Dnfs4state.c3709 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3830 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3832 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h193 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
H A Dxdr4.h759 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dnfs4xdr.c5374 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5421 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
H A Dnfs4state.c3917 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
4038 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4040 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()

Completed in 38 milliseconds