Lines Matching refs:eb
294 struct ocfs2_extent_block *eb; in ocfs2_last_eb_is_empty() local
303 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty()
304 el = &eb->h_list; in ocfs2_last_eb_is_empty()
365 struct ocfs2_extent_block *eb, *next_eb; in ocfs2_figure_hole_clusters() local
370 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters()
376 if (le64_to_cpu(eb->h_next_leaf_blk) == 0ULL) in ocfs2_figure_hole_clusters()
380 le64_to_cpu(eb->h_next_leaf_blk), in ocfs2_figure_hole_clusters()
418 struct ocfs2_extent_block *uninitialized_var(eb); in ocfs2_get_clusters_nocache()
439 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_clusters_nocache()
440 el = &eb->h_list; in ocfs2_get_clusters_nocache()
508 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
510 else if (eb->h_next_leaf_blk == di->i_last_eb_blk) { in ocfs2_get_clusters_nocache()
551 struct ocfs2_extent_block *eb; in ocfs2_xattr_get_clusters() local
563 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_clusters()
564 el = &eb->h_list; in ocfs2_xattr_get_clusters()