Lines Matching refs:eb_bh
1068 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL;
1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1091 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
1098 (unsigned long long)eb_bh->b_blocknr);
1136 brelse(eb_bh);
2637 struct buffer_head *eb_bh = NULL;
2647 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh);
2653 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2660 (unsigned long long)eb_bh->b_blocknr);
2803 brelse(eb_bh);
2804 eb_bh = NULL;
2808 &eb_bh);
2814 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
2821 brelse(eb_bh);