Home
last modified time | relevance | path

Searched refs:nr_clusters (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs/
H A Dbitmap.c31 if (start_cluster >= vol->nr_clusters) in ntfs_trim_fs()
35 end_cluster = vol->nr_clusters; in ntfs_trim_fs()
39 if (end_cluster > vol->nr_clusters) in ntfs_trim_fs()
40 end_cluster = vol->nr_clusters; in ntfs_trim_fs()
H A Dsuper.c762 vol->nr_clusters = ll; in parse_ntfs_boot_sector()
763 ntfs_debug("vol->nr_clusters = 0x%llx", vol->nr_clusters); in parse_ntfs_boot_sector()
765 if (ll >= (u64)vol->nr_clusters) { in parse_ntfs_boot_sector()
773 if (ll >= (u64)vol->nr_clusters) { in parse_ntfs_boot_sector()
831 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators()
873 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators()
1459 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) { in load_system_files()
1897 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters()
1917 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >> in get_nr_free_clusters()
1959 if (vol->nr_clusters & 63) in get_nr_free_clusters()
[all …]
H A Drunlist.c907 if (unlikely(lcn >= (s64)vol->nr_clusters)) { in ntfs_mapping_pairs_decompress()
934 if (unlikely(run_end > (s64)vol->nr_clusters)) { in ntfs_mapping_pairs_decompress()