Lines Matching refs:ocfs2_is_empty_extent

1606 	has_empty = ocfs2_is_empty_extent(&el->l_recs[0]);  in ocfs2_rotate_leaf()
1683 if (ocfs2_is_empty_extent(&el->l_recs[0])) { in ocfs2_remove_empty_extent()
1709 if (ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_create_empty_extent()
2131 if (ocfs2_is_empty_extent(&left_el->l_recs[0])) in ocfs2_rotate_subtree_right()
2329 if (ocfs2_is_empty_extent(rec)) { in ocfs2_leftmost_rec_contains()
2675 if (!ocfs2_is_empty_extent(&left_leaf_el->l_recs[0])) in ocfs2_rotate_subtree_left()
2679 if (ocfs2_is_empty_extent(&right_leaf_el->l_recs[0])) { in ocfs2_rotate_subtree_left()
2898 if (!ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_rotate_rightmost_leaf_left()
2928 BUG_ON(!ocfs2_is_empty_extent(&(path_leaf_el(path)->l_recs[0]))); in __ocfs2_rotate_tree_left()
3160 if (!ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_rotate_tree_left()
3279 BUG_ON(ocfs2_is_empty_extent(&el->l_recs[0])); in ocfs2_cleanup_merge()
3380 if (ocfs2_is_empty_extent(right_rec)) { in ocfs2_merge_rec_right()
3590 if (ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_merge_rec_left()
3714 BUG_ON(!ocfs2_is_empty_extent(&el->l_recs[0])); in ocfs2_try_to_merge_extent()
3863 ocfs2_is_empty_extent(&el->l_recs[0]))) { in ocfs2_insert_at_leaf()
3976 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) { in ocfs2_append_rec_to_path()
4055 BUG_ON(ocfs2_is_empty_extent(&el->l_recs[0])); in ocfs2_split_record()
4096 BUG_ON(!ocfs2_is_empty_extent(&left_el->l_recs[0])); in ocfs2_split_record()
4374 if (index == 1 && ocfs2_is_empty_extent(rec)) { in ocfs2_figure_merge_contig_type()
4404 if (ocfs2_is_empty_extent(rec)) { in ocfs2_figure_merge_contig_type()
4500 if (ocfs2_is_empty_extent(&el->l_recs[0])) { in ocfs2_figure_appending_type()
5073 ctxt.c_has_empty_extent = ocfs2_is_empty_extent(&el->l_recs[0]); in ocfs2_split_extent()
5324 if (ocfs2_is_empty_extent(&el->l_recs[0]) && index > 0) { in ocfs2_truncate_rec()
7090 if (i == 0 && ocfs2_is_empty_extent(rec)) { in ocfs2_commit_truncate()