Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h62 #define FAT_START_ENT 2 macro
/openbmc/linux/fs/fat/
H A Dfatent.c485 count = FAT_START_ENT; in fat_alloc_clusters()
491 fatent.entry = FAT_START_ENT; in fat_alloc_clusters()
730 fatent_set_entry(&fatent, FAT_START_ENT); in fat_count_free_clusters()
779 ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT); in fat_trim_fs()
H A Dfat.h248 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus in fat_clus_to_blknr()
382 return FAT_START_ENT <= entry && entry < sbi->max_cluster; in fat_valid_entry()
H A Dinode.c836 buf->f_blocks = sbi->max_cluster - FAT_START_ENT; in fat_statfs()
1703 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
1788 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); in fat_fill_super()
1796 sbi->max_cluster = total_clusters + FAT_START_ENT; in fat_fill_super()
1802 if (sbi->prev_free < FAT_START_ENT) in fat_fill_super()
1803 sbi->prev_free = FAT_START_ENT; in fat_fill_super()