Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 – 12 of 12) sorted by relevance
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()
432 return BTRFS_TREE_BLOCK_REF_KEY; in btrfs_ref_type()
920 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()1088 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()1167 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()1192 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()2352 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()3547 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()3560 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
508 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()1176 int type = parent ? BTRFS_SHARED_BLOCK_REF_KEY : BTRFS_TREE_BLOCK_REF_KEY; in find_comp()1183 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in find_comp()
1275 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()1483 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()1630 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()1882 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
470 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()532 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
348 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()353 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()681 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()705 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()721 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()1764 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()4924 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
377 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
3205 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" }, \
Completed in 46 milliseconds