Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4session.c185 u32 server_highest_slotid, in nfs4_reset_slot_table() argument
190 nfs4_shrink_slot_table(tbl, server_highest_slotid + 1); in nfs4_reset_slot_table()
198 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
199 tbl->server_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table()
202 tbl->max_slotid = server_highest_slotid; in nfs4_reset_slot_table()
330 if (max_slotid > tbl->server_highest_slotid) in nfs41_set_max_slotid_locked()
331 max_slotid = tbl->server_highest_slotid; in nfs41_set_max_slotid_locked()
362 if (tbl->server_highest_slotid == highest_slotid) in nfs41_set_server_slotid_locked()
368 tbl->server_highest_slotid = highest_slotid; in nfs41_set_server_slotid_locked()
Dnfs4session.h44 u32 server_highest_slotid; /* Server highest slotid */ member