Lines Matching refs:target_highest_slotid
283 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()
440 nfs41_set_max_slotid_locked(tbl, target_highest_slotid); in nfs41_set_target_slotid()
492 tbl->target_highest_slotid); in nfs41_is_outlier_target_slotid()