NFSD4_SLOT_CACHETHIS
if (!(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)) {
if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) !=
slot->sl_flags |= NFSD4_SLOT_CACHETHIS;
slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS;
if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) {
if (slot->sl_flags & NFSD4_SLOT_CACHETHIS)
{ NFSD4_SLOT_CACHETHIS, "CACHETHIS" }, \