Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs/
Dnfs4session.c273 u32 server_highest_slotid, in nfs4_reset_slot_table() argument
278 nfs4_shrink_slot_table(tbl, server_highest_slotid + 1); in nfs4_reset_slot_table()
287 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
288 tbl->server_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
291 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()
419 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()
420 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()
451 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked()
457 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked()
Dnfs4session.h51 u32 server_highest_slotid; /* Server highest slotid */ member
Dcallback_proc.c408 if (args->csa_slotid > tbl->server_highest_slotid) in validate_seqid()
532 res->csr_highestslotid = tbl->server_highest_slotid; in nfs4_callback_sequence()