Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlcnalloc.c239 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
456 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
587 zone_end = vol->nr_clusters; in ntfs_cluster_alloc()
610 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
Dvolume.h69 LCN nr_clusters; /* Volume size in clusters == number of member
Dsuper.c885 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()
2462 s64 nr_free = vol->nr_clusters; in get_nr_free_clusters()
2475 max_index = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >> in get_nr_free_clusters()
2513 if (vol->nr_clusters & 63) in get_nr_free_clusters()
[all …]
/linux-4.19.296/fs/fat/
Dfile.c391 int nr_clusters; in fat_truncate_blocks() local
400 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks()
402 fat_free(inode, nr_clusters); in fat_truncate_blocks()
/linux-4.19.296/fs/ocfs2/
Dfile.c1557 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local
1572 &nr_clusters, NULL); in ocfs2_zeroout_partial_cluster()