Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4session.c29 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
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 */ in nfs4_free_slot()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
94 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
96 tbl->highest_used_slotid in nfs4_free_slot()
[all...]
H A Dnfs4session.h47 u32 highest_used_slotid; /* sent to server on each SEQ. member
H A Dnfs4trace.h551 __field(unsigned int, highest_used_slotid)
559 __entry->highest_used_slotid =
560 sa_slot->table->highest_used_slotid;
564 "highest_used_slotid=%u",
568 __entry->highest_used_slotid
H A Dnfs4state.c285 if (tbl->highest_used_slotid != NFS4_NO_SLOT) { in nfs4_drain_slot_tbl()
H A 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()
H A Dnfs4proc.c769 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
778 if (tbl->highest_used_slotid != NFS4_NO_SLOT) in nfs41_release_slot()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4session.c29 tbl->highest_used_slotid = NFS4_NO_SLOT; in nfs4_init_slot_table()
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 */ in nfs4_free_slot()
91 if (slotid == tbl->highest_used_slotid) { in nfs4_free_slot()
94 tbl->highest_used_slotid = new_max; in nfs4_free_slot()
96 tbl->highest_used_slotid in nfs4_free_slot()
[all...]
H A Dnfs4session.h48 u32 highest_used_slotid; /* sent to server on each SEQ. member
H A Dnfs4trace.h259 __field(unsigned int, highest_used_slotid)
267 __entry->highest_used_slotid =
268 sa_slot->table->highest_used_slotid;
272 "highest_used_slotid=%u",
276 __entry->highest_used_slotid
H A Dnfs4state.c285 if (tbl->highest_used_slotid != NFS4_NO_SLOT) { in nfs4_drain_slot_tbl()
H A Dnfs4xdr.c1964 tp->highest_used_slotid, args->sa_cache_this); in encode_sequence()
1969 *p++ = cpu_to_be32(tp->highest_used_slotid); in encode_sequence()
H A Dnfs4proc.c764 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
773 if (tbl->highest_used_slotid != NFS4_NO_SLOT) in nfs41_release_slot()

Completed in 58 milliseconds