Home
last modified time | relevance | path

Searched refs:highest_used_slotid (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4session.c28 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
90 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
93 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
95 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_free_slot()
100 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
145 if (slotid > tbl->highest_used_slotid || in nfs4_lock_slot()
146 tbl->highest_used_slotid == NFS4_NO_SLOT) in nfs4_lock_slot()
147 tbl->highest_used_slotid = slotid; in nfs4_lock_slot()
245 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
254 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
[all …]
Dnfs4session.h46 u32 highest_used_slotid; /* sent to server on each SEQ. member
Dnfs4trace.h361 __field(unsigned int, highest_used_slotid)
369 __entry->highest_used_slotid =
370 sa_slot->table->highest_used_slotid;
378 __entry->highest_used_slotid
Dnfs4state.c272 if (tbl->highest_used_slotid != NFS4_NO_SLOT) { in nfs4_drain_slot_tbl()
Dnfs4xdr.c1936 tp->highest_used_slotid, args->sa_cache_this); in encode_sequence()
1941 *p++ = cpu_to_be32(tp->highest_used_slotid); in encode_sequence()
Dnfs4proc.c712 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
721 if (tbl->highest_used_slotid != NFS4_NO_SLOT) in nfs41_release_slot()