Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dnfs.c228 sector_t blknr = fat_clus_to_blknr(sbi, parent_logstart); in fat_rebuild_parent()
H A Dcache.c324 *bmap = fat_clus_to_blknr(sbi, cluster) + offset; in fat_get_mapped_cluster()
H A Dfatent.c589 fat_clus_to_blknr(sbi, first_cl), in fat_free_clusters()
758 return sb_issue_discard(sb, fat_clus_to_blknr(sbi, clus), in fat_trim_clusters()
H A Dfat.h249 static inline sector_t fat_clus_to_blknr(struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr() function