FAT_START_ENT      28 fs/fat/fatent.c 	WARN_ON(entry < FAT_START_ENT || sbi->max_cluster <= entry);
FAT_START_ENT      38 fs/fat/fatent.c 	WARN_ON(entry < FAT_START_ENT || sbi->max_cluster <= entry);
FAT_START_ENT     336 fs/fat/fatent.c 	if (entry < FAT_START_ENT || sbi->max_cluster <= entry) {
FAT_START_ENT     461 fs/fat/fatent.c 	count = FAT_START_ENT;
FAT_START_ENT     467 fs/fat/fatent.c 			fatent.entry = FAT_START_ENT;
FAT_START_ENT     641 fs/fat/fatent.c 	fatent_set_entry(&fatent, FAT_START_ENT);
FAT_START_ENT     550 fs/fat/inode.c 	buf->f_blocks = sbi->max_cluster - FAT_START_ENT;
FAT_START_ENT    1295 fs/fat/inode.c 	sbi->prev_free = FAT_START_ENT;
FAT_START_ENT    1365 fs/fat/inode.c 	total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT);
FAT_START_ENT    1374 fs/fat/inode.c 	sbi->max_cluster = total_clusters + FAT_START_ENT;
FAT_START_ENT    1380 fs/fat/inode.c 	if (sbi->prev_free < FAT_START_ENT)
FAT_START_ENT    1381 fs/fat/inode.c 		sbi->prev_free = FAT_START_ENT;
FAT_START_ENT     308 include/linux/msdos_fs.h 	return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus