Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmsdos_fs.h62 #define FAT_START_ENT 2 macro
/linux/fs/fat/
H A Dfat.h254 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus in fat_clus_to_blknr()
388 return FAT_START_ENT <= entry && entry < sbi->max_cluster; in fat_valid_entry()
H A Dfat_test.c31 fat_clus_to_blknr(&sbi, FAT_START_ENT)); in fat_clus_to_blknr_test()