Home
last modified time | relevance | path

Searched refs:max_slotid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs4session.c174 if (slotid <= tbl->max_slotid) in nfs4_lookup_slot()
249 tbl->max_slotid + 1); in nfs4_alloc_slot()
251 if (slotid <= tbl->max_slotid) { in nfs4_alloc_slot()
291 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()
386 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()
416 u32 max_slotid; in nfs41_set_max_slotid_locked() local
419 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()
420 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()
421 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()
422 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked()
[all …]
H A Dnfs4session.h47 u32 max_slotid; /* Max allowed slotid value */ member