Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h140 u8 sl_flags; member
Dnfs4state.c1522 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
1555 if (args->opcnt > 1 && !(slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_enc_sequence_replay()
2156 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
2159 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
2177 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
2179 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
2181 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
Dxdr4.h527 return !(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_not_cached()
Dnfs4xdr.c3510 if ((slot->sl_flags & NFSD4_SLOT_CACHETHIS) && in nfsd4_check_resp_size()
3640 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE; in nfs4svc_encode_compoundres()