target_highest_slotid  547 fs/nfs/callback_proc.c 	res->csr_target_highestslotid = tbl->target_highest_slotid;
target_highest_slotid  739 fs/nfs/nfs4proc.c 	if (tbl->highest_used_slotid > tbl->target_highest_slotid)
target_highest_slotid  847 fs/nfs/nfs4proc.c 		if (slot->slot_nr < slot->table->target_highest_slotid)
target_highest_slotid  287 fs/nfs/nfs4session.c 	tbl->target_highest_slotid = server_highest_slotid;
target_highest_slotid  414 fs/nfs/nfs4session.c 		u32 target_highest_slotid)
target_highest_slotid  418 fs/nfs/nfs4session.c 	max_slotid = min(NFS4_MAX_SLOT_TABLE - 1, target_highest_slotid);
target_highest_slotid  421 fs/nfs/nfs4session.c 	if (max_slotid > tbl->target_highest_slotid)
target_highest_slotid  422 fs/nfs/nfs4session.c 		max_slotid = tbl->target_highest_slotid;
target_highest_slotid  429 fs/nfs/nfs4session.c 		u32 target_highest_slotid)
target_highest_slotid  431 fs/nfs/nfs4session.c 	if (tbl->target_highest_slotid == target_highest_slotid)
target_highest_slotid  433 fs/nfs/nfs4session.c 	tbl->target_highest_slotid = target_highest_slotid;
target_highest_slotid  438 fs/nfs/nfs4session.c 		u32 target_highest_slotid)
target_highest_slotid  441 fs/nfs/nfs4session.c 	nfs41_set_target_slotid_locked(tbl, target_highest_slotid);
target_highest_slotid  444 fs/nfs/nfs4session.c 	nfs41_set_max_slotid_locked(tbl, target_highest_slotid);
target_highest_slotid  496 fs/nfs/nfs4session.c 			tbl->target_highest_slotid);
target_highest_slotid   49 fs/nfs/nfs4session.h 	u32		target_highest_slotid;	/* Server max_slot target */
target_highest_slotid  115 fs/nfs/nfs4session.h 		u32 target_highest_slotid);
target_highest_slotid  421 fs/nfs/nfs4trace.h 			__field(unsigned int, target_highest_slotid)
target_highest_slotid  432 fs/nfs/nfs4trace.h 			__entry->target_highest_slotid =
target_highest_slotid  448 fs/nfs/nfs4trace.h 			__entry->target_highest_slotid,