Searched refs:EXFAT_RESERVED_CLUSTERS (Results 1 – 3 of 3) sorted by relevance
24 #define EXFAT_RESERVED_CLUSTERS 2 macro27 ((sbi)->num_clusters - EXFAT_RESERVED_CLUSTERS)
116 #define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS)117 #define BITMAP_ENT_TO_CLUSTER(ent) ((ent) + EXFAT_RESERVED_CLUSTERS)374 return ((sector_t)(clus - EXFAT_RESERVED_CLUSTERS) << sbi->sect_per_clus_bits) + in exfat_cluster_to_sector()382 EXFAT_RESERVED_CLUSTERS; in exfat_sector_to_cluster()
495 EXFAT_RESERVED_CLUSTERS; in exfat_read_boot_sector()526 sb->s_maxbytes = (u64)(sbi->num_clusters - EXFAT_RESERVED_CLUSTERS) << in exfat_read_boot_sector()