Lines Matching refs:nr_clusters
885 vol->nr_clusters = ll; in parse_ntfs_boot_sector()
886 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters); in parse_ntfs_boot_sector()
903 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
912 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
958 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators()
1002 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators()
1851 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) { in load_system_files()
2464 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters()
2477 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_CACHE_SIZE - 1) >> in get_nr_free_clusters()
2515 if (vol->nr_clusters & 63) in get_nr_free_clusters()
2516 nr_free += 64 - (vol->nr_clusters & 63); in get_nr_free_clusters()
2627 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >> in ntfs_statfs()