Searched refs:ocfs2_read_extent_block (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | alloc.h | 77 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno,
|
D | extent_map.c | 283 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty() 365 ret = ocfs2_read_extent_block(ci, in ocfs2_figure_hole_clusters()
|
D | alloc.c | 928 int ocfs2_read_extent_block(struct ocfs2_caching_info *ci, u64 eb_blkno, in ocfs2_read_extent_block() function 960 retval = ocfs2_read_extent_block(et->et_ci, last_eb_blk, in ocfs2_num_free_extents() 1489 status = ocfs2_read_extent_block(et->et_ci, blkno, &bh); in ocfs2_find_branch_target() 1842 ret = ocfs2_read_extent_block(ci, blkno, &bh); in __ocfs2_find_path() 4600 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_figure_insert_type() 5099 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_split_extent() 5301 ret = ocfs2_read_extent_block(et->et_ci, in ocfs2_split_tree()
|
D | refcounttree.c | 2800 ret = ocfs2_read_extent_block(INODE_CACHE(inode), in ocfs2_refcount_cal_cow_clusters()
|