Lines Matching refs:nr_clusters
871 vol->nr_clusters = ll;
872 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters);
889 if (ll >= vol->nr_clusters) {
898 if (ll >= vol->nr_clusters) {
944 mft_zone_size = vol->nr_clusters;
988 while (vol->mft_zone_end >= vol->nr_clusters) {
1837 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) {
2448 s64 nr_free = vol->nr_clusters;
2461 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >>
2499 if (vol->nr_clusters & 63)
2500 nr_free += 64 - (vol->nr_clusters & 63);
2611 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >>