Home
last modified time | relevance | path

Searched refs:server_highest_slotid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4session.c273 u32 server_highest_slotid, in nfs4_reset_slot_table()
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 in nfs41_set_server_slotid_locked()
272 nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 server_highest_slotid, u32 ivalue) nfs4_reset_slot_table() argument
[all...]
H A Dnfs4session.h50 u32 server_highest_slotid; /* Server highest slotid */ member
H A Dcallback_proc.c403 if (args->csa_slotid > tbl->server_highest_slotid) in validate_seqid()
527 res->csr_highestslotid = tbl->server_highest_slotid; in nfs4_callback_sequence()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4session.c273 u32 server_highest_slotid, in nfs4_reset_slot_table()
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 in nfs41_set_server_slotid_locked()
272 nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 server_highest_slotid, u32 ivalue) nfs4_reset_slot_table() argument
[all...]
H A Dnfs4session.h51 u32 server_highest_slotid; /* Server highest slotid */ member
H A 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()

Completed in 5 milliseconds