Lines Matching defs:max_index
1592 pgoff_t index, max_index;
1612 max_index = i_size >> PAGE_SHIFT;
1614 while (index < max_index) {
1657 pgoff_t index, max_index;
1681 max_index = i_size >> PAGE_SHIFT;
1683 while (index < max_index) {
2459 pgoff_t index, max_index;
2467 * full and one partial page max_index = 2.
2469 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >>
2472 ntfs_debug("Reading $Bitmap, max_index = 0x%lx, max_size = 0x%lx.",
2473 max_index, PAGE_SIZE / 4);
2474 for (index = 0; index < max_index; index++) {
2521 * @max_index: maximum number of pages containing set bits
2535 s64 nr_free, const pgoff_t max_index)
2543 ntfs_debug("Reading $MFT/$BITMAP, max_index = 0x%lx, max_size = "
2544 "0x%lx.", max_index, PAGE_SIZE / 4);
2545 for (index = 0; index < max_index; index++) {
2606 pgoff_t max_index;
2635 * have one full and one partial page max_index = 2.
2637 max_index = ((((mft_ni->initialized_size >> vol->mft_record_size_bits)
2643 sfs->f_ffree = __get_nr_free_mft_records(vol, size, max_index);