Lines Matching defs:max_index
1584 pgoff_t index, max_index;
1604 max_index = i_size >> PAGE_SHIFT;
1606 while (index < max_index) {
1649 pgoff_t index, max_index;
1673 max_index = i_size >> PAGE_SHIFT;
1675 while (index < max_index) {
2451 pgoff_t index, max_index;
2459 * full and one partial page max_index = 2.
2461 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >>
2464 ntfs_debug("Reading $Bitmap, max_index = 0x%lx, max_size = 0x%lx.",
2465 max_index, PAGE_SIZE / 4);
2466 for (index = 0; index < max_index; index++) {
2513 * @max_index: maximum number of pages containing set bits
2527 s64 nr_free, const pgoff_t max_index)
2535 ntfs_debug("Reading $MFT/$BITMAP, max_index = 0x%lx, max_size = "
2536 "0x%lx.", max_index, PAGE_SIZE / 4);
2537 for (index = 0; index < max_index; index++) {
2598 pgoff_t max_index;
2627 * have one full and one partial page max_index = 2.
2629 max_index = ((((mft_ni->initialized_size >> vol->mft_record_size_bits)
2635 sfs->f_ffree = __get_nr_free_mft_records(vol, size, max_index);