Home
last modified time | relevance | path

Searched refs:target_highest_slotid (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4session.c283 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
410 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() argument
414 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked()
417 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()
418 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked()
425 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() argument
427 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked()
429 tbl->target_highest_slotid = target_highest_slotid; in nfs41_set_target_slotid_locked()
434 u32 target_highest_slotid) in nfs41_set_target_slotid() argument
437 nfs41_set_target_slotid_locked(tbl, target_highest_slotid); in nfs41_set_target_slotid()
[all …]
Dnfs4session.h48 u32 target_highest_slotid; /* Server max_slot target */ member
114 u32 target_highest_slotid);
Dnfs4trace.h276 __field(unsigned int, target_highest_slotid)
287 __entry->target_highest_slotid =
302 __entry->target_highest_slotid,
Dcallback_proc.c526 res->csr_target_highestslotid = tbl->target_highest_slotid; in nfs4_callback_sequence()
Dnfs4proc.c712 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
804 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()