Searched refs:eb_bh (Results 1 – 6 of 6) sorted by relevance
279 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local296 (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() argument407 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local419 &eb_bh); in ocfs2_get_clusters_nocache()447 el, eb_bh, in ocfs2_get_clusters_nocache()511 brelse(eb_bh); in ocfs2_get_clusters_nocache()536 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_clusters() local543 &eb_bh); in ocfs2_xattr_get_clusters()[all …]
57 struct buffer_head *eb_bh,
1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()1091 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()1098 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()1136 brelse(eb_bh); in ocfs2_get_refcount_rec()2637 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local2653 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()2660 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()2803 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()2804 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()2808 &eb_bh); in ocfs2_refcount_cal_cow_clusters()[all …]
664 struct buffer_head *eb_bh) in ocfs2_path_insert_eb() argument676 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()953 struct buffer_head *eb_bh = NULL; in ocfs2_num_free_extents() local961 &eb_bh); in ocfs2_num_free_extents()966 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_num_free_extents()974 brelse(eb_bh); in ocfs2_num_free_extents()1146 struct buffer_head *eb_bh, in ocfs2_add_branch() argument1161 if (eb_bh) { in ocfs2_add_branch()1294 if (eb_bh) { in ocfs2_add_branch()1320 if (eb_bh) in ocfs2_add_branch()[all …]
771 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local777 &eb_bh); in ocfs2_dx_dir_lookup_rec()783 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_dx_dir_lookup_rec()790 (unsigned long long)eb_bh->b_blocknr); in ocfs2_dx_dir_lookup_rec()822 brelse(eb_bh); in ocfs2_dx_dir_lookup_rec()
3691 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local3698 &eb_bh); in ocfs2_xattr_get_rec()3704 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_rec()3711 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_rec()3738 brelse(eb_bh); in ocfs2_xattr_get_rec()
Completed in 49 milliseconds