Home
last modified time | relevance | path

Searched refs:ocfs2_is_empty_extent (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Dalloc.c1601 has_empty = ocfs2_is_empty_extent(&el->l_recs[0]); in ocfs2_rotate_leaf()
1678 if (ocfs2_is_empty_extent(&el->l_recs[0])) { in ocfs2_remove_empty_extent()
1704 if (ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_create_empty_extent()
2122 if (ocfs2_is_empty_extent(&left_el->l_recs[0])) in ocfs2_rotate_subtree_right()
2319 if (ocfs2_is_empty_extent(rec)) { in ocfs2_leftmost_rec_contains()
2665 if (!ocfs2_is_empty_extent(&left_leaf_el->l_recs[0])) in ocfs2_rotate_subtree_left()
2669 if (ocfs2_is_empty_extent(&right_leaf_el->l_recs[0])) { in ocfs2_rotate_subtree_left()
2887 if (!ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_rotate_rightmost_leaf_left()
2917 if (!ocfs2_is_empty_extent(&(path_leaf_el(path)->l_recs[0]))) in __ocfs2_rotate_tree_left()
3174 if (!ocfs2_is_empty_extent(&el->l_recs[0])) in ocfs2_rotate_tree_left()
[all …]
Dalloc.h266 static inline int ocfs2_is_empty_extent(struct ocfs2_extent_rec *rec) in ocfs2_is_empty_extent() function
Dextent_map.c318 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
Drefcounttree.c2679 if (ocfs2_is_empty_extent(rec)) { in ocfs2_refcount_cal_cow_clusters()