Lines Matching refs:eb
280 struct ocfs2_extent_block *eb; in ocfs2_last_eb_is_empty() local
289 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_last_eb_is_empty()
290 el = &eb->h_list; in ocfs2_last_eb_is_empty()
351 struct ocfs2_extent_block *eb, *next_eb; in ocfs2_figure_hole_clusters() local
356 eb = (struct ocfs2_extent_block *)eb_bh->b_data; in ocfs2_figure_hole_clusters()
362 if (le64_to_cpu(eb->h_next_leaf_blk) == 0ULL) in ocfs2_figure_hole_clusters()
366 le64_to_cpu(eb->h_next_leaf_blk), in ocfs2_figure_hole_clusters()
404 struct ocfs2_extent_block *eb; in ocfs2_get_clusters_nocache() local
425 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_clusters_nocache()
426 el = &eb->h_list; in ocfs2_get_clusters_nocache()
504 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
506 else if (eb->h_next_leaf_blk == di->i_last_eb_blk) { in ocfs2_get_clusters_nocache()
547 struct ocfs2_extent_block *eb; in ocfs2_xattr_get_clusters() local
559 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_xattr_get_clusters()
560 el = &eb->h_list; in ocfs2_xattr_get_clusters()