Lines Matching defs:target_highest_slotid
287 tbl->target_highest_slotid = server_highest_slotid;
414 u32 target_highest_slotid)
418 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid);
421 if (max_slotid > tbl->target_highest_slotid)
422 max_slotid = tbl->target_highest_slotid;
427 /* Update the client's idea of target_highest_slotid */
429 u32 target_highest_slotid)
431 if (tbl->target_highest_slotid == target_highest_slotid)
433 tbl->target_highest_slotid = target_highest_slotid;
438 u32 target_highest_slotid)
441 nfs41_set_target_slotid_locked(tbl, target_highest_slotid);
444 nfs41_set_max_slotid_locked(tbl, target_highest_slotid);
496 tbl->target_highest_slotid);