Home
last modified time | relevance | path

Searched refs:EXFAT_CLUSTER_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/exfatprogs/include/
H A Dlibexfat.h51 #define EXFAT_CLUSTER_SIZE(pbr) (1 << ((pbr)->bsx.sect_size_bits + \ macro
/third_party/exfatprogs/lib/
H A Dexfat_fs.c138 exfat->clus_size = EXFAT_CLUSTER_SIZE(bs); in exfat_alloc_exfat()
/third_party/exfatprogs/fsck/
H A Dfsck.c407 if (EXFAT_CLUSTER_SIZE(bs) > 32 * MB) { in read_boot_region()
410 EXFAT_CLUSTER_SIZE(bs)); in read_boot_region()
437 if (le32_to_cpu(bs->bsx.clu_count) * EXFAT_CLUSTER_SIZE(bs) > in read_boot_region()

Completed in 3 milliseconds