Home
last modified time | relevance | path

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

/third_party/exfatprogs/dump/
Ddump.c125 le64_to_cpu(pbsx->vol_length)); in exfat_show_ondisk_all_info()
/third_party/exfatprogs/mkfs/
Dmkfs.c58 pbsx->vol_length = cpu_to_le64(bd->size / bd->sector_size); in exfat_setup_boot_sector()
84 le64_to_cpu(pbsx->vol_length)); in exfat_setup_boot_sector()
/third_party/exfatprogs/include/
Dexfat_ondisk.h110 __le64 vol_length; member
/third_party/exfatprogs/fsck/
Dfsck.c428 if (le64_to_cpu(bs->bsx.vol_length) * EXFAT_SECTOR_SIZE(bs) > in read_boot_region()
432 le64_to_cpu(bs->bsx.vol_length), in read_boot_region()