HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_rb_is_black (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
rbtree.c 141 while ((!node || ext2fs_rb_is_black(node)) && node != root->rb_node)
153 if ((!other->rb_left || ext2fs_rb_is_black(other->rb_left)) &&
154 (!other->rb_right || ext2fs_rb_is_black(other->rb_right)))
162 if (!other->rb_right || ext2fs_rb_is_black(other->rb_right))
187 if ((!other->rb_left || ext2fs_rb_is_black(other->rb_left)) &&
188 (!other->rb_right || ext2fs_rb_is_black(other->rb_right)))
196 if (!other->rb_left || ext2fs_rb_is_black(other->rb_left))
rbtree.h 130 #define ext2fs_rb_is_black(r) ext2fs_rb_color(r) macro

Completed in 52 milliseconds