Lines Matching refs:cluster_size
468 sbi->cluster_size, sbi->used.bitmap.nbits, in ntfs3_volinfo()
663 buf->f_bsize = sbi->cluster_size; in ntfs_statfs()
915 sbi->cluster_size = boot_sector_size * sct_per_clst; in ntfs_init_from_boot()
916 sbi->cluster_bits = cluster_bits = blksize_bits(sbi->cluster_size); in ntfs_init_from_boot()
917 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot()
1003 if (sbi->cluster_size < boot_sector_size) { in ntfs_init_from_boot()
1005 sbi->cluster_size); in ntfs_init_from_boot()
1010 if (sbi->cluster_size < sector_size) { in ntfs_init_from_boot()
1015 sbi->cluster_size, sector_size); in ntfs_init_from_boot()
1071 sb_set_blocksize(sb, min_t(u32, sbi->cluster_size, PAGE_SIZE)); in ntfs_init_from_boot()
1074 sbi->blocks_per_cluster = sbi->cluster_size >> sb->s_blocksize_bits; in ntfs_init_from_boot()