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

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h62 #define FAT_START_ENT 2 macro
/linux-master/fs/fat/
H A Dfat.h248 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus
382 return FAT_START_ENT <= entry && entry < sbi->max_cluster;
H A Dfatent.c485 count = FAT_START_ENT;
491 fatent.entry = FAT_START_ENT;
730 fatent_set_entry(&fatent, FAT_START_ENT);
779 ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT);
H A Dinode.c841 buf->f_blocks = sbi->max_cluster - FAT_START_ENT;
1712 sbi->prev_free = FAT_START_ENT;
1800 total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT);
1808 sbi->max_cluster = total_clusters + FAT_START_ENT;
1814 if (sbi->prev_free < FAT_START_ENT)
1815 sbi->prev_free = FAT_START_ENT;

Completed in 114 milliseconds