Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4session.c198 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
325 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() argument
329 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked()
332 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked()
333 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked()
340 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() argument
342 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked()
344 tbl->target_highest_slotid = target_highest_slotid; in nfs41_set_target_slotid_locked()
349 u32 target_highest_slotid) in nfs41_set_target_slotid() argument
352 nfs41_set_target_slotid_locked(tbl, target_highest_slotid); in nfs41_set_target_slotid()
[all …]
Dnfs4session.h43 u32 target_highest_slotid; /* Server max_slot target */ member
93 u32 target_highest_slotid);
Dnfs4trace.h311 __field(unsigned int, target_highest_slotid)
322 __entry->target_highest_slotid =
336 __entry->target_highest_slotid,
Dnfs4proc.c577 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_sequence_free_slot()