FAT_START_ENT 247 fs/fat/fat.h return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus FAT_START_ENT 381 fs/fat/fat.h return FAT_START_ENT <= entry && entry < sbi->max_cluster; FAT_START_ENT 483 fs/fat/fatent.c count = FAT_START_ENT; FAT_START_ENT 489 fs/fat/fatent.c fatent.entry = FAT_START_ENT; FAT_START_ENT 669 fs/fat/fatent.c fatent_set_entry(&fatent, FAT_START_ENT); FAT_START_ENT 721 fs/fat/fatent.c ent_start = max_t(u64, range->start>>sbi->cluster_bits, FAT_START_ENT); FAT_START_ENT 836 fs/fat/inode.c buf->f_blocks = sbi->max_cluster - FAT_START_ENT; FAT_START_ENT 1708 fs/fat/inode.c sbi->prev_free = FAT_START_ENT; FAT_START_ENT 1793 fs/fat/inode.c total_clusters = min(total_clusters, fat_clusters - FAT_START_ENT); FAT_START_ENT 1801 fs/fat/inode.c sbi->max_cluster = total_clusters + FAT_START_ENT; FAT_START_ENT 1807 fs/fat/inode.c if (sbi->prev_free < FAT_START_ENT) FAT_START_ENT 1808 fs/fat/inode.c sbi->prev_free = FAT_START_ENT;