Home
last modified time | relevance | path

Searched refs:root_cluster (Results 1 – 9 of 9) sorted by relevance

/third_party/exfatprogs/label/
Dlabel.c119 exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in main()
/third_party/exfatprogs/tune/
Dtune.c131 exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in main()
/third_party/exfatprogs/dump/
Ddump.c121 root_clu = le32_to_cpu(pbsx->root_cluster); in exfat_show_ondisk_all_info()
/third_party/exfatprogs/mkfs/
Dmkfs.c63 pbsx->root_cluster = cpu_to_le32(finfo.root_start_clu); in exfat_setup_boot_sector()
94 le32_to_cpu(pbsx->root_cluster)); in exfat_setup_boot_sector()
/third_party/exfatprogs/include/
Dexfat_ondisk.h115 __le32 root_cluster; member
/third_party/exfatprogs/lib/
Dlibexfat.c379 (le32_to_cpu(bs->bsx.root_cluster) - EXFAT_RESERVED_CLUSTERS) * in exfat_get_root_entry_offset()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c289 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in dump_root()
/third_party/exfatprogs/fsck/
Dfsck.c1303 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in exfat_root_dir_check()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h57294 __le32 root_cluster; member