Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 – 12 of 12) sorted by relevance
59 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref()106 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref()188 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
127 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()258 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
210 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()262 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()472 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()936 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
853 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()1007 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()1078 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()1103 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()1888 if (type == BTRFS_TREE_BLOCK_REF_KEY ||2400 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) {2466 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY &&2929 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&2948 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
322 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
1186 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()1361 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()1448 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()1594 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
466 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()521 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
360 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()365 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()697 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()720 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()737 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()1708 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()4706 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
1890 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
3198 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
197 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
36 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \
Completed in 49 milliseconds