Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | extent_map.c | 279 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local 283 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty() 289 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty() 296 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty() 308 brelse(eb_bh); in ocfs2_last_eb_is_empty() 345 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument 355 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters() 356 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters() 407 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local 419 &eb_bh); in ocfs2_get_clusters_nocache() [all …]
|
D | extent_map.h | 57 struct buffer_head *eb_bh,
|
D | refcounttree.c | 1068 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1091 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec() 1098 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec() 1136 brelse(eb_bh); in ocfs2_get_refcount_rec() 2637 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local 2647 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters() 2653 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters() 2660 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters() 2803 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | alloc.c | 664 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument 666 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb() 676 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb() 953 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local 961 &eb_bh); in ocfs2_num_free_extents() 966 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents() 974 brelse(eb_bh); in ocfs2_num_free_extents() 1146 struct buffer_head *eb_bh, in ocfs2_add_branch() argument 1161 if (eb_bh) { in ocfs2_add_branch() 1162 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch() [all …]
|
D | dir.c | 771 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local 777 &eb_bh); in ocfs2_dx_dir_lookup_rec() 783 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec() 790 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec() 822 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
|
D | xattr.c | 3687 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local 3694 &eb_bh); in ocfs2_xattr_get_rec() 3700 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec() 3707 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec() 3734 brelse(eb_bh); in ocfs2_xattr_get_rec()
|