Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dextent_map.c279 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local
283 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty()
289 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty()
296 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty()
308 brelse(eb_bh); in ocfs2_last_eb_is_empty()
345 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument
355 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters()
356 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters()
407 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local
419 &eb_bh); in ocfs2_get_clusters_nocache()
[all …]
H A Dextent_map.h57 struct buffer_head *eb_bh,
H A 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()
2632 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2642 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2648 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2655 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2798 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
[all …]
H A Dalloc.c665 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument
667 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb()
677 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
954 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local
962 &eb_bh); in ocfs2_num_free_extents()
967 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents()
982 brelse(eb_bh); in ocfs2_num_free_extents()
1154 struct buffer_head *eb_bh, in ocfs2_add_branch() argument
1169 if (eb_bh) { in ocfs2_add_branch()
1170 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch()
[all …]
H A Ddir.c790 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local
804 &eb_bh); in ocfs2_dx_dir_lookup_rec()
810 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec()
817 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec()
857 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
H A Dxattr.c3725 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local
3732 &eb_bh); in ocfs2_xattr_get_rec()
3738 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec()
3745 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec()
3772 brelse(eb_bh); in ocfs2_xattr_get_rec()