Searched refs:ocfs2_read_extent_block (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | alloc.h | 93 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno,
|
D | extent_map.c | 298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty() 380 ret = ocfs2_read_extent_block(ci, in ocfs2_figure_hole_clusters()
|
D | alloc.c | 944 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno, in ocfs2_read_extent_block() function 976 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk, in ocfs2_num_free_extents() 1499 status = ocfs2_read_extent_block(et->et_ci, blkno, &bh); in ocfs2_find_branch_target() 1852 ret = ocfs2_read_extent_block(ci, blkno, &bh); in __ocfs2_find_path() 4610 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_figure_insert_type() 5111 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_split_extent() 5315 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_split_tree()
|
D | refcounttree.c | 2814 ret = ocfs2_read_extent_block(INODE_CACHE(inode), in ocfs2_refcount_cal_cow_clusters()
|