Searched refs:sector_size_bits (Results 1 – 11 of 11) sorted by relevance
203 vol->sector_size_bits = ffs(vol->sector_size) - 1; in ntfs_boot_sector_parse()205 ntfs_log_debug("SectorSizeBits = %u\n", vol->sector_size_bits); in ntfs_boot_sector_parse()229 (sectors - 1) << vol->sector_size_bits, in ntfs_boot_sector_parse()
2143 vol.sector_size_bits = 9; in test_rl_frag()
329 sb = vol->sector_size_bits; in info()514 opts.range_begin >>= (vol->cluster_size_bits - vol->sector_size_bits); in main()515 opts.range_end >>= (vol->cluster_size_bits - vol->sector_size_bits); in main()
246 if ((ntfs_pread(vol->dev, sector << vol->sector_size_bits, in change_serial()266 sector << vol->sector_size_bits, in change_serial()
3458 << (vol->cluster_size_bits - vol->sector_size_bits); in can_expand()3461 >> (vol->cluster_size_bits - vol->sector_size_bits)) in can_expand()3466 >> vol->sector_size_bits; in can_expand()3507 << vol->sector_size_bits) in can_expand()3517 - vol->sector_size_bits); in can_expand()3532 >> vol->sector_size_bits; in can_expand()3559 >> vol->sector_size_bits)); in can_expand()3565 << vol->sector_size_bits) in can_expand()
1389 << vol->sector_size_bits; in check_alternate_boot()
115 static inline unsigned int sector_size_bits(unsigned int size) in sector_size_bits() function198 bd->sector_size_bits = sector_size_bits(bd->sector_size); in exfat_get_blk_dev_info()
63 unsigned int sector_size_bits; member
110 bd->sector_size_bits = pbsx->sect_size_bits; in exfat_show_ondisk_all_info()
197 u8 sector_size_bits; /* Log(2) of the byte size of a sector. */ member
66 pbsx->sect_size_bits = bd->sector_size_bits; in exfat_setup_boot_sector()