Searched refs:ocfs2_read_extent_block (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | alloc.h | 79 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno,
 | 
| D | extent_map.c | 285 	ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);  in ocfs2_last_eb_is_empty()367 		ret = ocfs2_read_extent_block(ci,  in ocfs2_figure_hole_clusters()
 
 | 
| D | alloc.c | 930 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno,  in ocfs2_read_extent_block()  function962 		retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk,  in ocfs2_num_free_extents()
 1485 		status = ocfs2_read_extent_block(et->et_ci, blkno, &bh);  in ocfs2_find_branch_target()
 1838 		ret = ocfs2_read_extent_block(ci, blkno, &bh);  in __ocfs2_find_path()
 4596 		ret = ocfs2_read_extent_block(et->et_ci,  in ocfs2_figure_insert_type()
 5095 		ret = ocfs2_read_extent_block(et->et_ci,  in ocfs2_split_extent()
 5297 		ret = ocfs2_read_extent_block(et->et_ci,  in ocfs2_split_tree()
 
 | 
| D | refcounttree.c | 2806 			ret = ocfs2_read_extent_block(INODE_CACHE(inode),  in ocfs2_refcount_cal_cow_clusters()
 |