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

/linux-master/fs/nfs/
H A Dnfs4session.c29 tbl->highest_used_slotid = NFS4_NO_SLOT;
73 * If the freed slotid equals highest_used_slotid we want to update it
75 * otherwise we know that the highest_used_slotid is still in use.
76 * When updating highest_used_slotid there may be "holes" in the bitmap
77 * so we need to scan down from highest_used_slotid to 0 looking for the now
79 * If none found, highest_used_slotid is set to NFS4_NO_SLOT.
90 /* update highest_used_slotid when it is freed */
91 if (slotid == tbl->highest_used_slotid) {
94 tbl->highest_used_slotid = new_max;
96 tbl->highest_used_slotid
[all...]
H A Dnfs4session.h48 u32 highest_used_slotid; /* sent to server on each SEQ. member in struct:nfs4_slot_table
H A Dnfs4trace.h289 __field(unsigned int, highest_used_slotid)
297 __entry->highest_used_slotid =
298 sa_slot->table->highest_used_slotid;
302 "highest_used_slotid=%u",
306 __entry->highest_used_slotid
H A Dnfs4state.c285 if (tbl->highest_used_slotid != NFS4_NO_SLOT) {
H A Dnfs4xdr.c1973 tp->highest_used_slotid, args->sa_cache_this);
1978 *p++ = cpu_to_be32(tp->highest_used_slotid);
H A Dnfs4proc.c789 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
798 if (tbl->highest_used_slotid != NFS4_NO_SLOT)

Completed in 235 milliseconds