Searched refs:target_highest_slotid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4session.c | 287 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table() 414 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() 418 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked() 421 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked() 422 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked() 427 /* Update the client's idea of target_highest_slotid */ 429 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() 431 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked() 433 tbl->target_highest_slotid in nfs41_set_target_slotid_locked() 413 nfs41_set_max_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_max_slotid_locked() argument 428 nfs41_set_target_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_target_slotid_locked() argument 437 nfs41_set_target_slotid(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_target_slotid() argument 514 u32 target_highest_slotid = min(res->sr_target_highest_slotid, nfs41_update_target_slotid() local [all...] |
H A D | nfs4session.h | 50 u32 target_highest_slotid; /* Server max_slot target */ member 55 target_highest_slotid */ 116 u32 target_highest_slotid);
|
H A D | callback_proc.c | 533 res->csr_target_highestslotid = tbl->target_highest_slotid; in nfs4_callback_sequence()
|
H A D | nfs4trace.h | 92 __field(unsigned int, target_highest_slotid) 103 __entry->target_highest_slotid = 111 "highest_slotid=%u target_highest_slotid=%u " 119 __entry->target_highest_slotid,
|
H A D | nfs4proc.c | 762 * value for highest_user_slotid <= target_highest_slotid in nfs41_release_slot() 764 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot() 878 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4session.c | 287 tbl->target_highest_slotid = server_highest_slotid; in nfs4_reset_slot_table() 414 u32 target_highest_slotid) in nfs41_set_max_slotid_locked() 418 max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid); in nfs41_set_max_slotid_locked() 421 if (max_slotid > tbl->target_highest_slotid) in nfs41_set_max_slotid_locked() 422 max_slotid = tbl->target_highest_slotid; in nfs41_set_max_slotid_locked() 427 /* Update the client's idea of target_highest_slotid */ 429 u32 target_highest_slotid) in nfs41_set_target_slotid_locked() 431 if (tbl->target_highest_slotid == target_highest_slotid) in nfs41_set_target_slotid_locked() 433 tbl->target_highest_slotid in nfs41_set_target_slotid_locked() 413 nfs41_set_max_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_max_slotid_locked() argument 428 nfs41_set_target_slotid_locked(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_target_slotid_locked() argument 437 nfs41_set_target_slotid(struct nfs4_slot_table *tbl, u32 target_highest_slotid) nfs41_set_target_slotid() argument [all...] |
H A D | nfs4session.h | 49 u32 target_highest_slotid; /* Server max_slot target */ member 54 target_highest_slotid */ 115 u32 target_highest_slotid);
|
H A D | callback_proc.c | 528 res->csr_target_highestslotid = tbl->target_highest_slotid; in nfs4_callback_sequence()
|
H A D | nfs4trace.h | 427 __field(unsigned int, target_highest_slotid) 438 __entry->target_highest_slotid = 446 "highest_slotid=%u target_highest_slotid=%u " 454 __entry->target_highest_slotid,
|
H A D | nfs4proc.c | 767 * value for highest_user_slotid <= target_highest_slotid in nfs41_release_slot() 769 if (tbl->highest_used_slotid > tbl->target_highest_slotid) in nfs41_release_slot() 883 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
|
Completed in 36 milliseconds