Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4session.c287 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
414 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() argument
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()
429 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() argument
431 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked()
433 tbl->target_highest_slotid = target_highest_slotid; in nfs41_set_target_slotid_locked()
438 u32 target_highest_slotid) in nfs41_set_target_slotid() argument
444 nfs41_set_max_slotid_locked(tbl, target_highest_slotid); in nfs41_set_target_slotid()
496 tbl->target_highest_slotid); in nfs41_is_outlier_target_slotid()
[all …]
H A Dnfs4session.h50 u32 target_highest_slotid; /* Server max_slot target */ member
116 u32 target_highest_slotid);
H A Dcallback_proc.c533 res->csr_target_highestslotid = tbl->target_highest_slotid; in nfs4_callback_sequence()
H A Dnfs4trace.h92 __field(unsigned int, target_highest_slotid)
103 __entry->target_highest_slotid =
119 __entry->target_highest_slotid,
H A Dnfs4proc.c764 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot()
878 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()