Lines Matching defs:max_slot
803 * max_slot tracks the maximum valid slot of the rewind eb at every
810 * Since a rewind eb can start empty, max_slot is a signed integer with
814 int max_slot;
819 max_slot = n - 1;
822 ASSERT(max_slot >= -1);
839 if (tm->slot > max_slot)
840 max_slot = tm->slot;
859 if (tm->slot == max_slot)
860 max_slot--;
870 if (WARN_ON(move_src_end_slot > max_slot ||
873 "move from invalid tree mod log slot eb %llu slot %d dst_slot %d nr_items %d seq %llu n %u max_slot %d",
876 tm->seq, n, max_slot);
880 max_slot = move_dst_end_slot;