Home
last modified time | relevance | path

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

/fs/nfsd/
A Dstate.h290 u8 sl_flags; member
A Dnfs4state.c3454 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3461 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3464 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3492 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
4366 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
4406 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()
4407 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
4410 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4412 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4442 slot->sl_flags |= NFSD4_SLOT_REUSED; in nfsd4_sequence()
[all …]
A Dxdr4.h909 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
A Dnfs4xdr.c5853 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5916 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
A Dtrace.h859 __entry->slot_flags = slot->sl_flags;

Completed in 40 milliseconds