Home
last modified time | relevance | path

Searched refs:EXFAT_RESERVED_CLUSTERS (Results 1 – 2 of 2) sorted by relevance

/third_party/exfatprogs/lib/
Dlibexfat.c380 (le32_to_cpu(bs->bsx.root_cluster) - EXFAT_RESERVED_CLUSTERS) * in exfat_get_root_entry_offset()
657 (clu - EXFAT_RESERVED_CLUSTERS) * bd->cluster_size; in exfat_clus_to_blk_dev_off()
/third_party/exfatprogs/include/
Dexfat_ondisk.h96 #define EXFAT_RESERVED_CLUSTERS (2) macro