Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h179 u8 sl_flags; member
Dxdr4.h614 return !(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_not_cached()
Dnfs4state.c2224 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2255 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()
2933 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
2936 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
2967 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
2969 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
2971 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3008 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE; in nfsd4_sequence_done()
Dnfs4xdr.c4333 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
4376 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()