Lines Matching refs:max_index
1570 pgoff_t index, max_index; in load_and_init_attrdef() local
1590 max_index = i_size >> PAGE_CACHE_SHIFT; in load_and_init_attrdef()
1592 while (index < max_index) { in load_and_init_attrdef()
1635 pgoff_t index, max_index; in load_and_init_upcase() local
1659 max_index = i_size >> PAGE_CACHE_SHIFT; in load_and_init_upcase()
1661 while (index < max_index) { in load_and_init_upcase()
2475 pgoff_t index, max_index; in get_nr_free_clusters() local
2485 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_CACHE_SIZE - 1) >> in get_nr_free_clusters()
2489 max_index, PAGE_CACHE_SIZE / 4); in get_nr_free_clusters()
2490 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
2560 "0x%lx.", max_index, PAGE_CACHE_SIZE / 4); in __get_nr_free_mft_records()
2561 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()