Home
last modified time | relevance | path

Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/fs/btrfs/tests/
Dqgroup-tests.c60 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()
192 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/Linux-v5.10/fs/btrfs/
Dprint-tree.c127 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
266 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
Ddelayed-ref.c206 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
258 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
468 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
959 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
Dbackref.c852 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1006 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1077 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1102 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 &&
2936 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
2955 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
Ddelayed-ref.h315 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dtree-checker.c1152 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1321 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1405 if (key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1559 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
Dref-verify.c466 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
520 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
Dextent-tree.c393 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
398 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
730 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
753 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
770 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1712 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4568 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Dctree.h1751 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h174 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/Linux-v5.10/include/trace/events/
Dbtrfs.h36 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \