Home
last modified time | relevance | path

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

/fs/ocfs2/
Dextent_map.c281 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local
285 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty()
291 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty()
298 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty()
310 brelse(eb_bh); in ocfs2_last_eb_is_empty()
347 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument
357 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters()
358 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters()
409 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local
421 &eb_bh); in ocfs2_get_clusters_nocache()
[all …]
Dextent_map.h59 struct buffer_head *eb_bh,
Drefcounttree.c1070 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1087 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1093 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1100 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1138 brelse(eb_bh); in ocfs2_get_refcount_rec()
2639 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2649 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2655 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2662 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2805 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
[all …]
Dalloc.c666 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument
668 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb()
678 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
955 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local
963 &eb_bh); in ocfs2_num_free_extents()
968 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents()
976 brelse(eb_bh); in ocfs2_num_free_extents()
1148 struct buffer_head *eb_bh, in ocfs2_add_branch() argument
1163 if (eb_bh) { in ocfs2_add_branch()
1164 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch()
[all …]
Ddir.c773 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local
779 &eb_bh); in ocfs2_dx_dir_lookup_rec()
785 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec()
792 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec()
824 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
Dxattr.c3693 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local
3700 &eb_bh); in ocfs2_xattr_get_rec()
3706 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec()
3713 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec()
3740 brelse(eb_bh); in ocfs2_xattr_get_rec()