Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dextent_map.c279 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local
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
407 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local
419 &eb_bh); in ocfs2_get_clusters_nocache()
457 el, eb_bh, in ocfs2_get_clusters_nocache()
521 brelse(eb_bh); in ocfs2_get_clusters_nocache()
546 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_clusters() local
553 &eb_bh); in ocfs2_xattr_get_clusters()
[all …]
H A Dextent_map.h57 struct buffer_head *eb_bh,
H A Drefcounttree.c1086 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
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()
2798 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2802 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
[all …]
H A Dalloc.c664 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument
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()
1301 if (eb_bh) { in ocfs2_add_branch()
1327 if (eb_bh) in ocfs2_add_branch()
[all …]
H A 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()
H A 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()