Home
last modified time | relevance | path

Searched refs:eb_bh (Results 1 – 5 of 5) 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()
340 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
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 in ocfs2_figure_hole_clusters()
407 struct buffer_head *eb_bh = NULL; ocfs2_get_clusters_nocache() local
536 struct buffer_head *eb_bh = NULL; ocfs2_xattr_get_clusters() local
[all...]
H A Dextent_map.h57 struct buffer_head *eb_bh,
H A 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...]
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()