Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c80 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref()
128 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref()
212 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c46 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
226 if ((ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
257 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
411 if ((exist->type == BTRFS_TREE_BLOCK_REF_KEY || in add_delayed_ref_tail_merge()
682 ref->type = BTRFS_TREE_BLOCK_REF_KEY; in add_delayed_tree_ref()
Dprint-tree.c112 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
229 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
Ddelayed-ref.h225 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dbackref.c651 case BTRFS_TREE_BLOCK_REF_KEY: { in __add_delayed_refs()
786 case BTRFS_TREE_BLOCK_REF_KEY: in __add_inline_refs()
852 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in __add_keyed_refs()
874 case BTRFS_TREE_BLOCK_REF_KEY: in __add_keyed_refs()
1615 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
Drelocation.c802 WARN_ON(key.type != BTRFS_TREE_BLOCK_REF_KEY &&
807 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
880 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
Dextent-tree.c1437 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
1470 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
1486 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
2413 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
7751 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Dctree.h2079 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
2613 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
/linux-4.4.14/include/trace/events/
Dbtrfs.h30 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \