Searched refs:ext2fs_rb_color (Results 1 – 2 of 2) sorted by relevance
127 #define ext2fs_rb_color(r) ((r)->rb_parent_color & 1) macro128 #define ext2fs_rb_is_red(r) (!ext2fs_rb_color(r))129 #define ext2fs_rb_is_black(r) ext2fs_rb_color(r)
169 ext2fs_rb_set_color(other, ext2fs_rb_color(parent)); in __rb_erase_color()203 ext2fs_rb_set_color(other, ext2fs_rb_color(parent)); in __rb_erase_color()243 color = ext2fs_rb_color(node); in ext2fs_rb_erase()264 color = ext2fs_rb_color(node); in ext2fs_rb_erase()