Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
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 …]
Dextent_map.h57 struct buffer_head *eb_bh,
Drefcounttree.c1069 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1086 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1092 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1099 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1137 brelse(eb_bh); in ocfs2_get_refcount_rec()
2631 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2641 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2647 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2654 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2797 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
[all …]
Dalloc.c664 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument
666 struct ocfs2_extent_block *eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_path_insert_eb()
676 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
953 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local
961 &eb_bh); in ocfs2_num_free_extents()
966 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents()
981 brelse(eb_bh); in ocfs2_num_free_extents()
1153 struct buffer_head *eb_bh, in ocfs2_add_branch() argument
1168 if (eb_bh) { in ocfs2_add_branch()
1169 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_add_branch()
[all …]
Ddir.c777 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local
783 &eb_bh); in ocfs2_dx_dir_lookup_rec()
789 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec()
796 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec()
828 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
Dxattr.c3695 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local
3702 &eb_bh); in ocfs2_xattr_get_rec()
3708 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec()
3715 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec()
3742 brelse(eb_bh); in ocfs2_xattr_get_rec()