Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dresize.c66 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_calc_new_backup_super()
189 cluster = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in update_backups()
422 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group); in ocfs2_verify_group_and_input()
Dextent_map.c236 ins.ei_phys = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_extent_map_insert_rec()
536 *p_cluster = ocfs2_blocks_to_clusters(sb, le64_to_cpu(rec->e_blkno)); in ocfs2_relative_extent_offsets()
593 *p_cluster = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_xattr_get_clusters()
679 cpos = ocfs2_blocks_to_clusters(inode->i_sb, v_blkno); in ocfs2_extent_map_get_blocks()
Dmove_extents.c145 ocfs2_blocks_to_clusters(osb->sb, in __ocfs2_move_extent()
532 u32 base_cpos = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_probe_alloc_group()
579 u32 move_max_hop = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_move_extent()
812 new_phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, in __ocfs2_move_extents_range()
Dsuballoc.h176 return ocfs2_blocks_to_clusters(osb->sb, bg_blkno); in ocfs2_cluster_from_desc()
Docfs2.h720 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, in ocfs2_blocks_to_clusters() function
771 clusters = ocfs2_blocks_to_clusters(sb, blocks); in ocfs2_block_to_cluster_start()
Dsuballoc.c1505 gd_cluster_off = ocfs2_blocks_to_clusters(inode->i_sb, in ocfs2_cluster_group_search()
2253 cluster = ocfs2_blocks_to_clusters(inode->i_sb, bg_blkno); in ocfs2_desc_bitmap_to_cluster_off()
2282 u32 data_cluster = ocfs2_blocks_to_clusters(osb->sb, data_blkno); in ocfs2_block_to_cluster_group()
2292 *bg_bit_off = (u16) ocfs2_blocks_to_clusters(osb->sb, in ocfs2_block_to_cluster_group()
2565 …BUG_ON(start_blk != ocfs2_clusters_to_blocks(bitmap_inode->i_sb, ocfs2_blocks_to_clusters(bitmap_i… in _ocfs2_free_clusters()
Dalloc.c5746 ocfs2_blocks_to_clusters(osb->sb, in ocfs2_remove_btree_range()
5819 start_cluster = ocfs2_blocks_to_clusters(osb->sb, start_blk); in ocfs2_truncate_log_append()
7130 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_commit_truncate()
7359 first_bit = start - ocfs2_blocks_to_clusters(sb, first_group); in ocfs2_trim_fs()
Daops.c528 cpos = ocfs2_blocks_to_clusters(inode->i_sb, iblock); in ocfs2_direct_IO_get_blocks()
Dfile.c1809 phys_cpos = ocfs2_blocks_to_clusters(inode->i_sb, blkno); in ocfs2_remove_inode_range()
Ddir.c4472 p_cpos = ocfs2_blocks_to_clusters(dir->i_sb, blkno); in ocfs2_dx_dir_truncate()
Drefcounttree.c2547 u64 start_cpos = ocfs2_blocks_to_clusters(inode->i_sb, phys_blkno); in ocfs2_prepare_refcount_change_for_del()
Dxattr.c809 ocfs2_blocks_to_clusters(inode->i_sb, in __ocfs2_remove_xattr_range()