Lines Matching refs:max_bhs
459 int max_bhs = vol->mft_record_size / blocksize;
469 BUG_ON(!max_bhs);
470 if (WARN_ON(max_bhs > MAX_BHS))
569 BUG_ON(nr_bhs >= max_bhs);
571 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));
666 int max_bhs = vol->mft_record_size / blocksize;
675 BUG_ON(!max_bhs);
677 if (WARN_ON(max_bhs > MAX_BHS)) {
756 BUG_ON(nr_bhs >= max_bhs);
758 BUG_ON((nr_bhs >= max_bhs) && (m_end != block_end));