Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A 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()
H A Dnfs4session.h51 u32 server_highest_slotid; /* Server highest slotid */ member