Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4session.c28 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
89 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
92 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
94 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_free_slot()
99 slotid, tbl->highest_used_slotid); in nfs4_free_slot()
153 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
162 if (slotid > tbl->highest_used_slotid || in nfs4_alloc_slot()
163 tbl->highest_used_slotid == NFS4_NO_SLOT) in nfs4_alloc_slot()
164 tbl->highest_used_slotid = slotid; in nfs4_alloc_slot()
169 __func__, tbl->used_slots[0], tbl->highest_used_slotid, in nfs4_alloc_slot()
[all …]
Dnfs4session.h41 u32 highest_used_slotid; /* sent to server on each SEQ. member
Dnfs4trace.h255 __field(unsigned int, highest_used_slotid)
263 __entry->highest_used_slotid =
264 sa_slot->table->highest_used_slotid;
272 __entry->highest_used_slotid
Dcallback_proc.c357 tbl->highest_used_slotid = args->csa_slotid; in validate_seqid()
Dcallback_xdr.c767 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_callback_free_slot()
Dnfs4state.c246 if (tbl->highest_used_slotid != NFS4_NO_SLOT) { in nfs4_drain_slot_tbl()
Dnfs4xdr.c1896 tp->highest_used_slotid, args->sa_cache_this); in encode_sequence()
1901 *p++ = cpu_to_be32(tp->highest_used_slotid); in encode_sequence()
Dnfs4proc.c577 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_sequence_free_slot()
586 if (tbl->highest_used_slotid != NFS4_NO_SLOT) in nfs41_sequence_free_slot()