Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1078 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 …]
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()
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 …]
Ddir.c799 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()
Dxattr.c3680 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()