Searched refs:clus_to_blk (Results 1 – 2 of 2) sorted by relevance
57 bh = sb_bread(sb, clus_to_blk(sbi, sbi->s_bitmap_ino) + map); in set_run()69 clus_to_blk(sbi, sbi->s_bitmap_ino) + map); in set_run()109 bh = sb_bread(sb, clus_to_blk(sbi, sbi->s_bitmap_ino) + map); in omfs_allocate_block()
30 static inline sector_t clus_to_blk(struct omfs_sb_info *sbi, sector_t block) in clus_to_blk() function