Home
last modified time | relevance | path

Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Dextent_map.c293 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 …]
Dextent_map.h69 struct buffer_head *eb_bh,
Drefcounttree.c1076 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 …]
Dalloc.c671 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 …]
Ddir.c790 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()
Dxattr.c3674 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()