Searched refs:exfat_cluster_to_block (Results 1 – 1 of 1) sorted by relevance
1411 static uint64_t exfat_cluster_to_block(const struct exfat_super_block *sb, in exfat_cluster_to_block() function1421 return exfat_block_to_offset(sb, exfat_cluster_to_block(sb, cluster)); in exfat_cluster_to_offset()