Home
last modified time | relevance | path

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

/fs/fat/
Dfat.h219 static inline sector_t fat_clus_to_blknr(struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr() argument
221 return ((sector_t)clus - FAT_START_ENT) * sbi->sec_per_clus in fat_clus_to_blknr()