Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h298 #define NFSD4_SLOT_CACHETHIS (1 << 1)
297 #define NFSD4_SLOT_CACHETHIS global() macro
H A Dnfs4state.c3636 if (!(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in copy_impl_id()
4441 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in nfsd4_sequence()
4598 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_destroy_clientid()
4600 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_destroy_clientid()
H A Dnfs4xdr.c6285 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_encode_operation()
6348 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_release_compoundargs()
H A Dtrace.h869 { NFSD4_SLOT_CACHETHIS, "CACHETHIS" }, \