Searched refs:highest_slotid (Results 1 – 3 of 3) sorted by relevance
447 u32 highest_slotid) in nfs41_set_server_slotid_locked() argument449 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked()451 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked()454 nfs4_shrink_slot_table(tbl, highest_slotid + 1); in nfs41_set_server_slotid_locked()455 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked()514 u32 highest_slotid = min(res->sr_highest_slotid, NFS4_MAX_SLOTID); in nfs41_update_target_slotid() local520 nfs41_set_server_slotid_locked(tbl, highest_slotid); in nfs41_update_target_slotid()
123 __field(unsigned int, highest_slotid)134 __entry->highest_slotid = res->sr_highest_slotid;150 __entry->highest_slotid,172 __field(unsigned int, highest_slotid)181 __entry->highest_slotid = args->csa_highestslotid;194 __entry->highest_slotid209 __field(unsigned int, highest_slotid)218 __entry->highest_slotid = args->csa_highestslotid;231 __entry->highest_slotid
407 static u32 highest_slotid(struct nfsd4_session *ses) in highest_slotid() function472 *p++ = cpu_to_be32(highest_slotid(session)); /* csa_highest_slotid */ in encode_cb_sequence4args()