Lines Matching refs:eb_bh
281 struct buffer_head *eb_bh = NULL; in ocfs2_last_eb_is_empty() local
285 ret = ocfs2_read_extent_block(INODE_CACHE(inode), last_eb_blk, &eb_bh); in ocfs2_last_eb_is_empty()
291 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty()
298 (unsigned long long)eb_bh->b_blocknr); in ocfs2_last_eb_is_empty()
310 brelse(eb_bh); in ocfs2_last_eb_is_empty()
347 struct buffer_head *eb_bh, in ocfs2_figure_hole_clusters() argument
357 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters()
358 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters()
409 struct buffer_head *eb_bh = NULL; in ocfs2_get_clusters_nocache() local
421 &eb_bh); in ocfs2_get_clusters_nocache()
427 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_clusters_nocache()
434 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_clusters_nocache()
449 el, eb_bh, in ocfs2_get_clusters_nocache()
513 brelse(eb_bh); in ocfs2_get_clusters_nocache()
538 struct buffer_head *eb_bh = NULL; in ocfs2_xattr_get_clusters() local
545 &eb_bh); in ocfs2_xattr_get_clusters()
551 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_clusters()
558 (unsigned long long)eb_bh->b_blocknr); in ocfs2_xattr_get_clusters()
593 brelse(eb_bh); in ocfs2_xattr_get_clusters()