highest_slotid
u32 highest_slotid)
if (tbl->server_highest_slotid == highest_slotid)
if (tbl->highest_used_slotid > highest_slotid)
nfs4_shrink_slot_table(tbl, highest_slotid + 1);
tbl->server_highest_slotid = highest_slotid;
u32 highest_slotid = min(res->sr_highest_slotid, NFS4_MAX_SLOTID);
nfs41_set_server_slotid_locked(tbl, highest_slotid);
__field(unsigned int, highest_slotid)
__entry->highest_slotid = res->sr_highest_slotid;
__entry->highest_slotid,
__field(unsigned int, highest_slotid)
__entry->highest_slotid = args->csa_highestslotid;
__entry->highest_slotid
__field(unsigned int, highest_slotid)
__entry->highest_slotid = args->csa_highestslotid;
__entry->highest_slotid
*p++ = cpu_to_be32(highest_slotid(session)); /* csa_highest_slotid */