Lines Matching refs:eb_bh
281 struct buffer_head *eb_bh = NULL;
285 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh);
291 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
298 (unsigned long long)eb_bh->b_blocknr);
310 brelse(eb_bh);
342 * eb_bh is NULL. Otherwise, eb_bh should point to the extent block
347 struct buffer_head *eb_bh,
357 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) {
358 eb = (struct ocfs2_extent_block *)eb_bh->b_data;
409 struct buffer_head *eb_bh = NULL;
421 &eb_bh);
427 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
434 (unsigned long long)eb_bh->b_blocknr);
449 el, eb_bh,
513 brelse(eb_bh);
538 struct buffer_head *eb_bh = NULL;
545 &eb_bh);
551 eb = (struct ocfs2_extent_block *) eb_bh->b_data;
558 (unsigned long long)eb_bh->b_blocknr);
593 brelse(eb_bh);