Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | extent_map.c | 293 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local 297 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty() 303 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty() 310 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty() 322 brelse(eb_bh); in ocfs2_last_eb_is_empty() 359 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument 369 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters() 370 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters() 421 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local 433 &eb_bh); in ocfs2_get_clusters_nocache() [all …]
|
D | extent_map.h | 69 struct buffer_head *eb_bh,
|
D | refcounttree.c | 1078 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local 1095 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1101 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec() 1109 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec() 1148 brelse(eb_bh); in ocfs2_get_refcount_rec() 2657 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local 2667 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters() 2673 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters() 2680 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters() 2824 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters() [all …]
|
D | alloc.c | 671 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument 673 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb() 683 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb() 965 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local 973 &eb_bh); in ocfs2_num_free_extents() 978 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents() 986 brelse(eb_bh); in ocfs2_num_free_extents() 1159 struct buffer_head *eb_bh, in ocfs2_add_branch() argument 1174 if (eb_bh) { in ocfs2_add_branch() 1175 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch() [all …]
|
D | dir.c | 799 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local 805 &eb_bh); in ocfs2_dx_dir_lookup_rec() 811 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec() 818 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec() 851 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
|
D | xattr.c | 3680 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local 3687 &eb_bh); in ocfs2_xattr_get_rec() 3693 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec() 3700 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec() 3729 brelse(eb_bh); in ocfs2_xattr_get_rec()
|