Home
last modified time | relevance | path

Searched refs:FAT_START_ENT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/fat/
Dfatent.c26 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()
Dinode.c731 buf->f_blocks = sbi->max_cluster - FAT_START_ENT; in fat_statfs()
1585 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
1664 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()
1672 sbi->max_cluster = total_clusters + FAT_START_ENT; in fat_fill_super()
1678 if (sbi->prev_free < FAT_START_ENT) in fat_fill_super()
1679 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
Dfat.h218 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus in fat_clus_to_blknr()
/linux-4.4.14/include/uapi/linux/
Dmsdos_fs.h62 #define FAT_START_ENT 2 macro