Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dresize.c51 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_calc_new_backup_super()
60 lgd_cluster = ocfs2_blocks_to_clusters(inode->i_sb, lgd_blkno); in ocfs2_calc_new_backup_super()
190 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in update_backups()
423 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group); in ocfs2_verify_group_and_input()
H A Dmove_extents.c124 ocfs2_blocks_to_clusters(osb->sb, in __ocfs2_move_extent()
528 u32 base_cpos = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_probe_alloc_group()
576 u32 move_max_hop = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_move_extent()
806 new_phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, in __ocfs2_move_extents_range()
H A Dsuballoc.h165 return ocfs2_blocks_to_clusters(osb->sb, bg_blkno); in ocfs2_cluster_from_desc()
H A Docfs2.h776 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, in ocfs2_blocks_to_clusters() function
827 clusters = ocfs2_blocks_to_clusters(sb, blocks); in ocfs2_block_to_cluster_start()
H A Dsuballoc.c1559 gd_cluster_off = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_cluster_group_search()
2329 cluster = ocfs2_blocks_to_clusters(inode->i_sb, bg_blkno); in ocfs2_desc_bitmap_to_cluster_off()
2358 u32 data_cluster = ocfs2_blocks_to_clusters(osb->sb, data_blkno); in ocfs2_block_to_cluster_group()
2368 *bg_bit_off = (u16) ocfs2_blocks_to_clusters(osb->sb, in ocfs2_block_to_cluster_group()
2661 ocfs2_blocks_to_clusters(bitmap_inode->i_sb, in _ocfs2_free_clusters()
H A Dalloc.c5792 ocfs2_blocks_to_clusters(osb->sb, in ocfs2_remove_btree_range()
5865 start_cluster = ocfs2_blocks_to_clusters(osb->sb, start_blk); in ocfs2_truncate_log_append()
7362 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate()
7613 first_bit = start - ocfs2_blocks_to_clusters(sb, in ocfs2_trim_mainbm()
H A Dfile.c1905 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range()
H A Ddir.c4450 p_cpos = ocfs2_blocks_to_clusters(dir->i_sb, blkno); in ocfs2_dx_dir_truncate()