Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4session.c270 u32 server_highest_slotid, in nfs4_reset_slot_table() argument
275 nfs4_shrink_slot_table(tbl, server_highest_slotid + 1); in nfs4_reset_slot_table()
283 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
284 tbl->server_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
287 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()
415 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()
416 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()
447 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked()
453 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked()
Dnfs4session.h49 u32 server_highest_slotid; /* Server highest slotid */ member
Dcallback_proc.c410 if (args->csa_slotid > tbl->server_highest_slotid) in validate_seqid()
525 res->csr_highestslotid = tbl->server_highest_slotid; in nfs4_callback_sequence()