Searched refs:ocfs2_blocks_to_clusters (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ocfs2/ |
H A D | resize.c | 51 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 D | extent_map.c | 222 ins.ei_phys = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_extent_map_insert_rec() 533 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_xattr_get_clusters() 591 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters() 676 cpos = ocfs2_blocks_to_clusters(inode->i_sb, v_blkno); in ocfs2_extent_map_get_blocks()
|
H A D | ocfs2.h | 761 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, in ocfs2_blocks_to_clusters() function 812 clusters = ocfs2_blocks_to_clusters(sb, blocks); in ocfs2_block_to_cluster_start()
|
H A D | dir.c | 4442 p_cpos = ocfs2_blocks_to_clusters(dir->i_sb, blkno); in ocfs2_dx_dir_truncate()
|
H A D | refcounttree.c | 2523 u64 start_cpos = ocfs2_blocks_to_clusters(inode->i_sb, phys_blkno); in ocfs2_prepare_refcount_change_for_del()
|
H A D | xattr.c | 791 ocfs2_blocks_to_clusters(inode->i_sb, in __ocfs2_remove_xattr_range()
|