Searched refs:nodefld (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ceph/ |
| A D | libceph.h | 205 BUG_ON(!RB_EMPTY_NODE(&t->nodefld)); \ 208 type *cur = rb_entry(*n, type, nodefld); \ 221 rb_link_node(&t->nodefld, parent, n); \ 222 rb_insert_color(&t->nodefld, root); \ 232 BUG_ON(RB_EMPTY_NODE(&t->nodefld)); \ 233 rb_erase(&t->nodefld, root); \ 234 RB_CLEAR_NODE(&t->nodefld); \ 242 lookup_param_type, nodefld) \ argument 248 type *cur = rb_entry(n, type, nodefld); \ 264 lookup_param_type, nodefld) \ argument [all …]
|
Completed in 4 milliseconds