Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c1457 if (offset % CLUSTER_SIZE(sb) == 0) { in find_exfat_entry_label()
1478 if (!sb || !CLUSTER_SIZE(sb)) { in probe_exfat()
Dprobe.h799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits) macro