Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 – 12 of 12) sorted by relevance
37 if ((type == BTRFS_TREE_BLOCK_REF_KEY) || in ref_type_from_disk_ref_type() 250 .type = BTRFS_TREE_BLOCK_REF_KEY, in simple_tests() 293 node_check.type = BTRFS_TREE_BLOCK_REF_KEY; in simple_tests() 372 node_check.type = BTRFS_TREE_BLOCK_REF_KEY; in merge_tests() 803 .type = BTRFS_TREE_BLOCK_REF_KEY, in select_delayed_refs_test()
61 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref() 108 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref() 190 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
144 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item() 288 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
452 return BTRFS_TREE_BLOCK_REF_KEY; in btrfs_ref_type()
919 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs() 1087 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs() 1166 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs() 1191 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs() 2350 if (type == BTRFS_TREE_BLOCK_REF_KEY || in tree_backref_for_extent() 2929 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start() 3005 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next() 3469 * type BTRFS_TREE_BLOCK_REF_KEY in btrfs_backref_add_tree_node() 3519 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node() 3532 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node() [all...]
423 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref() 917 * one of BTRFS_SHARED_BLOCK_REF_KEY/BTRFS_TREE_BLOCK_REF_KEY1185 int type = parent ? BTRFS_SHARED_BLOCK_REF_KEY : BTRFS_TREE_BLOCK_REF_KEY; in find_comp() 1192 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in find_comp()
1287 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err() 1495 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item() 1662 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs() 1919 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
344 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type() 349 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type() 675 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref() 699 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref() 715 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type() 1773 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref() 4943 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
353 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
3118 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
238 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
37 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \