Lines Matching refs:eb_bh
279 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()
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->b_data; in ocfs2_figure_hole_clusters()
407 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local
419 &eb_bh); in ocfs2_get_clusters_nocache()
425 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_clusters_nocache()
432 (unsigned long long)eb_bh->b_blocknr); 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()
549 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_clusters()
556 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_clusters()
591 brelse(eb_bh); in ocfs2_xattr_get_clusters()