Searched refs:target_highest_slotid (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.c287 tbl->target_highest_slotid = server_highest_slotid;
414 u32 target_highest_slotid)
418 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid);
421 if (max_slotid > tbl->target_highest_slotid)
422 max_slotid = tbl->target_highest_slotid;
427 /* Update the client's idea of target_highest_slotid */
429 u32 target_highest_slotid)
431 if (tbl->target_highest_slotid == target_highest_slotid)
433 tbl->target_highest_slotid
413 nfs41_set_max_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) argument
428 nfs41_set_target_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) argument
437 nfs41_set_target_slotid(struct nfs4_slot_table *tbl, u32 target_highest_slotid) argument
514 u32 target_highest_slotid = min(res->sr_target_highest_slotid, local
[all...]
H A Dnfs4session.h50 u32 target_highest_slotid; /* Server max_slot target */ member in struct:nfs4_slot_table
55 target_highest_slotid */
116 u32 target_highest_slotid);
H A Dcallback_proc.c540 res->csr_target_highestslotid = tbl->target_highest_slotid;
H A Dnfs4trace.h122 __field(unsigned int, target_highest_slotid)
133 __entry->target_highest_slotid =
141 "highest_slotid=%u target_highest_slotid=%u "
149 __entry->target_highest_slotid,
H A Dnfs4proc.c787 * value for highest_user_slotid <= target_highest_slotid
789 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
903 if (slot->slot_nr < slot->table->target_highest_slotid)

Completed in 168 milliseconds