Searched refs:nodefld (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ceph/ |
| A D | libceph.h | 196 BUG_ON(!RB_EMPTY_NODE(&t->nodefld)); \ 199 type *cur = rb_entry(*n, type, nodefld); \ 212 rb_link_node(&t->nodefld, parent, n); \ 213 rb_insert_color(&t->nodefld, root); \ 223 BUG_ON(RB_EMPTY_NODE(&t->nodefld)); \ 224 rb_erase(&t->nodefld, root); \ 225 RB_CLEAR_NODE(&t->nodefld); \ 233 lookup_param_type, nodefld) \ argument 239 type *cur = rb_entry(n, type, nodefld); \ 255 lookup_param_type, nodefld) \ argument [all …]
|
Completed in 3 milliseconds