Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
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()
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() local
543 &eb_bh); in ocfs2_xattr_get_clusters()
[all …]
A Dextent_map.h57 struct buffer_head *eb_bh,
A Drefcounttree.c1085 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() local
2653 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 …]
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()
974 brelse(eb_bh); in ocfs2_num_free_extents()
1146 struct buffer_head *eb_bh, in ocfs2_add_branch() argument
1161 if (eb_bh) { in ocfs2_add_branch()
1294 if (eb_bh) { in ocfs2_add_branch()
1320 if (eb_bh) in ocfs2_add_branch()
[all …]
A Ddir.c771 struct buffer_head *eb_bh = NULL; in ocfs2_dx_dir_lookup_rec() local
777 &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()
A Dxattr.c3691 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_rec() local
3698 &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