Home
last modified time | relevance | path

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

/third_party/exfatprogs/dump/
Ddump.c73 unsigned int total_clus, used_clus, clu_offset, root_clu; in exfat_show_ondisk_all_info() local
113 clu_offset = le32_to_cpu(pbsx->clu_offset); in exfat_show_ondisk_all_info()
124 exfat_info("Cluster Heap Offset (sector offset): \t%u\n", clu_offset); in exfat_show_ondisk_all_info()
133 root_clu_off = exfat_clus_to_blk_dev_off(bd, clu_offset, root_clu); in exfat_show_ondisk_all_info()
157 bitmap_clu_off = exfat_clus_to_blk_dev_off(bd, clu_offset, in exfat_show_ondisk_all_info()
/third_party/exfatprogs/include/
Dexfat_ondisk.h112 __le32 clu_offset; member
/third_party/exfatprogs/mkfs/
Dmkfs.c61 pbsx->clu_offset = cpu_to_le32(finfo.clu_byte_off / bd->sector_size); in exfat_setup_boot_sector()
90 le32_to_cpu(pbsx->clu_offset)); in exfat_setup_boot_sector()
/third_party/exfatprogs/lib/
Dlibexfat.c379 root_clu_off = le32_to_cpu(bs->bsx.clu_offset) * sector_size + in exfat_get_root_entry_offset()
/third_party/exfatprogs/fsck/
Dfsck.c582 return exfat_s2o(exfat, le32_to_cpu(exfat->bs->bsx.clu_offset) + in exfat_c2o()