Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/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 | 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() 2647 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local 2657 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters() 2663 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters() 2670 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters() 2813 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() 963 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local 971 &eb_bh); in ocfs2_num_free_extents() 976 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents() 984 brelse(eb_bh); in ocfs2_num_free_extents() 1157 struct buffer_head *eb_bh, in ocfs2_add_branch() argument 1172 if (eb_bh) { in ocfs2_add_branch() 1173 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch() [all …]
|
| D | dir.c | 790 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local 796 &eb_bh); in ocfs2_dx_dir_lookup_rec() 802 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec() 809 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec() 841 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
|
| D | xattr.c | 3674 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local 3681 &eb_bh); in ocfs2_xattr_get_rec() 3687 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec() 3694 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec() 3721 brelse(eb_bh); in ocfs2_xattr_get_rec()
|