Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dstate.h181 u8 sl_flags; member
Dnfs4state.c2371 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2378 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2381 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2409 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3087 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3169 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3172 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3206 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
3208 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3210 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
[all …]
Dxdr4.h666 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
Dnfs4xdr.c4397 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
4446 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()