Home
last modified time | relevance | path

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

/openbmc/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.h246 static inline sector_t fat_clus_to_blknr(struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr() function
H A Ddir.c1148 blknr = fat_clus_to_blknr(sbi, cluster); in fat_alloc_new_dir()
1229 start_blknr = blknr = fat_clus_to_blknr(sbi, cluster[i]); in fat_add_new_entries()