Home
last modified time | relevance | path

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

/fs/ntfs/
Dlcnalloc.c225 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
442 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
573 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
596 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
Dsuper.c871 vol->nr_clusters = ll; in parse_ntfs_boot_sector()
872 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters); in parse_ntfs_boot_sector()
889 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
898 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
944 mft_zone_size = vol->nr_clusters; in ntfs_setup_allocators()
988 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_setup_allocators()
1837 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) { in load_system_files()
2447 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters()
2460 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >> in get_nr_free_clusters()
2498 if (vol->nr_clusters & 63) in get_nr_free_clusters()
[all …]
Dvolume.h55 LCN nr_clusters; /* Volume size in clusters == number of member
/fs/fat/
Dfile.c393 int nr_clusters; in fat_truncate_blocks() local
402 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks()
404 fat_free(inode, nr_clusters); in fat_truncate_blocks()