Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h195 u8 sl_flags; member
Dnfs4state.c2934 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2941 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2944 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2972 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3709 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3791 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3794 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3828 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
3830 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3832 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
[all …]
Dxdr4.h748 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
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()