Lines Matching refs:hammer_btree_elm_t
56 static __inline void print_subtree(hammer_btree_elm_t elm);
58 hammer_btree_elm_t lbe);
61 hammer_btree_elm_t elm, hammer_btree_elm_t lbe, const char *ext);
63 hammer_btree_elm_t elm, hammer_btree_elm_t lbe);
64 static int test_lr(hammer_btree_elm_t elm, hammer_btree_elm_t lbe);
65 static int test_rbn_lr(hammer_btree_elm_t elm, hammer_btree_elm_t lbe);
67 static const char *check_data_crc(hammer_btree_elm_t elm, const char **whichp);
72 static void print_record(hammer_btree_elm_t elm);
74 static int test_btree_search(hammer_btree_elm_t elm);
75 static __inline int test_btree_match(hammer_btree_elm_t elm);
76 static int test_btree_out_of_range(hammer_btree_elm_t elm);
159 print_subtree(hammer_btree_elm_t elm) in print_subtree()
168 hammer_btree_elm_t lbe) in print_btree_node()
172 hammer_btree_elm_t elm; in print_btree_node()
293 is_root_btree_beg(uint8_t type, int i, hammer_btree_elm_t elm) in is_root_btree_beg()
313 is_root_btree_end(uint8_t type, int i, hammer_btree_elm_t elm) in is_root_btree_end()
330 hammer_btree_elm_t elm, hammer_btree_elm_t lbe, const char *ext) in print_btree_elm()
434 hammer_btree_elm_t elm, hammer_btree_elm_t lbe) in get_elm_flags()
558 test_lr(hammer_btree_elm_t elm, hammer_btree_elm_t lbe) in test_lr()
561 hammer_btree_elm_t rbe = lbe + 1; in test_lr()
572 test_rbn_lr(hammer_btree_elm_t rbn, hammer_btree_elm_t lbe) in test_rbn_lr()
575 hammer_btree_elm_t rbe = lbe + 1; in test_rbn_lr()
617 check_data_crc(hammer_btree_elm_t elm, const char **whichp) in check_data_crc()
749 print_record(hammer_btree_elm_t elm) in print_record()
958 test_btree_search(hammer_btree_elm_t elm) in test_btree_search()
1008 test_btree_match(hammer_btree_elm_t elm) in test_btree_match()
1017 test_btree_out_of_range(hammer_btree_elm_t elm) in test_btree_out_of_range()