Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/fs/btrfs/
Ddelayed-ref.c33 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
85 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
278 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
749 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
Dprint-tree.c89 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
228 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
Ddelayed-ref.h217 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dbackref.c808 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
978 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1051 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1076 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
1867 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
Dref-verify.c477 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
530 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
Dextent-tree.c1050 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
1055 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
1387 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
1410 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
1427 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
2367 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
8036 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Drelocation.c777 WARN_ON(key.type != BTRFS_TREE_BLOCK_REF_KEY && in build_backref_tree()
782 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in build_backref_tree()
839 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) { in build_backref_tree()
Dctree.h1836 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h169 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux-4.19.296/include/trace/events/
Dbtrfs.h41 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \