Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | extent_map.c | 294 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local 298 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty() 304 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty() 311 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty() 323 brelse(eb_bh); in ocfs2_last_eb_is_empty() 360 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument 370 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters() 371 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters() 422 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local 434 &eb_bh); in ocfs2_get_clusters_nocache() [all …]
|
D | extent_map.h | 72 struct buffer_head *eb_bh,
|
D | refcounttree.c | 1076 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1093 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1099 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec() 1106 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec() 1144 brelse(eb_bh); in ocfs2_get_refcount_rec() 2645 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local 2655 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters() 2661 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters() 2668 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters() 2811 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | alloc.c | 680 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument 682 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb() 692 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb() 969 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local 977 &eb_bh); in ocfs2_num_free_extents() 982 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents() 990 brelse(eb_bh); in ocfs2_num_free_extents() 1163 struct buffer_head *eb_bh, in ocfs2_add_branch() argument 1178 if (eb_bh) { in ocfs2_add_branch() 1179 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch() [all …]
|
D | dir.c | 791 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local 797 &eb_bh); in ocfs2_dx_dir_lookup_rec() 803 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec() 810 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec() 842 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
|
D | xattr.c | 3701 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local 3708 &eb_bh); in ocfs2_xattr_get_rec() 3714 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec() 3721 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec() 3748 brelse(eb_bh); in ocfs2_xattr_get_rec()
|