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

/linux-master/fs/nfs/
H A Dnfs4session.c273 u32 server_highest_slotid,
278 nfs4_shrink_slot_table(tbl, server_highest_slotid + 1);
287 tbl->target_highest_slotid = server_highest_slotid;
288 tbl->server_highest_slotid = server_highest_slotid;
291 tbl->max_slotid = server_highest_slotid;
419 if (max_slotid > tbl->server_highest_slotid)
420 max_slotid = tbl->server_highest_slotid;
451 if (tbl->server_highest_slotid == highest_slotid)
457 tbl->server_highest_slotid
272 nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 server_highest_slotid, u32 ivalue) argument
[all...]
H A Dnfs4session.h51 u32 server_highest_slotid; /* Server highest slotid */ member in struct:nfs4_slot_table
H A Dcallback_proc.c412 if (args->csa_slotid > tbl->server_highest_slotid)
539 res->csr_highestslotid = tbl->server_highest_slotid;

Completed in 112 milliseconds