Home
last modified time | relevance | path

Searched refs:sector_size_bits (Results 1 – 11 of 11) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c203 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()
Drunlist.c2143 vol.sector_size_bits = 9; in test_rl_frag()
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c329 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()
Dntfslabel.c246 if ((ntfs_pread(vol->dev, sector << vol->sector_size_bits, in change_serial()
266 sector << vol->sector_size_bits, in change_serial()
Dntfsresize.c3458 << (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()
Dntfsfix.c1389 << vol->sector_size_bits; in check_alternate_boot()
/third_party/exfatprogs/lib/
Dlibexfat.c115 static inline unsigned int sector_size_bits(unsigned int size) in sector_size_bits() function
198 bd->sector_size_bits = sector_size_bits(bd->sector_size); in exfat_get_blk_dev_info()
/third_party/exfatprogs/include/
Dlibexfat.h63 unsigned int sector_size_bits; member
/third_party/exfatprogs/dump/
Ddump.c110 bd->sector_size_bits = pbsx->sect_size_bits; in exfat_show_ondisk_all_info()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h197 u8 sector_size_bits; /* Log(2) of the byte size of a sector. */ member
/third_party/exfatprogs/mkfs/
Dmkfs.c66 pbsx->sect_size_bits = bd->sector_size_bits; in exfat_setup_boot_sector()