Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4session.c447 u32 highest_slotid) in nfs41_set_server_slotid_locked() argument
449 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked()
451 if (tbl->highest_used_slotid > highest_slotid) in nfs41_set_server_slotid_locked()
454 nfs4_shrink_slot_table(tbl, highest_slotid + 1); in nfs41_set_server_slotid_locked()
455 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked()
514 u32 highest_slotid = min(res->sr_highest_slotid, NFS4_MAX_SLOTID); in nfs41_update_target_slotid() local
520 nfs41_set_server_slotid_locked(tbl, highest_slotid); in nfs41_update_target_slotid()