Lines Matching refs:max_index
1598 pgoff_t index, max_index; in load_and_init_attrdef() local
1618 max_index = i_size >> PAGE_CACHE_SHIFT; in load_and_init_attrdef()
1620 while (index < max_index) { in load_and_init_attrdef()
1663 pgoff_t index, max_index; in load_and_init_upcase() local
1687 max_index = i_size >> PAGE_CACHE_SHIFT; in load_and_init_upcase()
1689 while (index < max_index) { in load_and_init_upcase()
2474 pgoff_t index, max_index; in get_nr_free_clusters() local
2484 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_CACHE_SIZE - 1) >> in get_nr_free_clusters()
2488 max_index, PAGE_CACHE_SIZE / 4); in get_nr_free_clusters()
2489 for (index = 0; index < max_index; index++) { in get_nr_free_clusters()
2550 s64 nr_free, const pgoff_t max_index) in __get_nr_free_mft_records() argument
2559 "0x%lx.", max_index, PAGE_CACHE_SIZE / 4); in __get_nr_free_mft_records()
2560 for (index = 0; index < max_index; index++) { in __get_nr_free_mft_records()
2621 pgoff_t max_index; in ntfs_statfs() local
2652 max_index = ((((mft_ni->initialized_size >> vol->mft_record_size_bits) in ntfs_statfs()
2658 sfs->f_ffree = __get_nr_free_mft_records(vol, size, max_index); in ntfs_statfs()