Searched refs:FAT_START_ENT (Results 1 – 4 of 4) sorted by relevance
26 WARN_ON(entry < FAT_START_ENT || sbi->max_cluster <= entry); in fat12_ent_blocknr()36 WARN_ON(entry < FAT_START_ENT || sbi->max_cluster <= entry); in fat_ent_blocknr()356 if (entry < FAT_START_ENT || sbi->max_cluster <= entry) { in fat_ent_read()481 count = FAT_START_ENT; in fat_alloc_clusters()487 fatent.entry = FAT_START_ENT; in fat_alloc_clusters()667 fatent_set_entry(&fatent, FAT_START_ENT); in fat_count_free_clusters()
730 buf->f_blocks = sbi->max_cluster - FAT_START_ENT; in fat_statfs()1584 sbi->prev_free = FAT_START_ENT; in fat_fill_super()1663 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()1671 sbi->max_cluster = total_clusters + FAT_START_ENT; in fat_fill_super()1677 if (sbi->prev_free < FAT_START_ENT) in fat_fill_super()1678 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
218 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus in fat_clus_to_blknr()
62 #define FAT_START_ENT 2 macro