Searched refs:NFSD4_SLOT_CACHETHIS (Results 1 – 4 of 4) sorted by relevance
298 #define NFSD4_SLOT_CACHETHIS (1 << 1)297 #define NFSD4_SLOT_CACHETHIS global() macro
3636 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()
6285 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_encode_operation() 6348 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_release_compoundargs()
869 { NFSD4_SLOT_CACHETHIS, "CACHETHIS" }, \