Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c45 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
120 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_entry()
324 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
471 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
474 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
691 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.h188 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dbackref.c611 case BTRFS_TREE_BLOCK_REF_KEY: { in __add_delayed_refs()
750 case BTRFS_TREE_BLOCK_REF_KEY: in __add_inline_refs()
816 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in __add_keyed_refs()
838 case BTRFS_TREE_BLOCK_REF_KEY: in __add_keyed_refs()
1567 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.c1376 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
1409 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
1425 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
2313 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
7393 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Dctree.h2049 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
2569 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c79 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref()
127 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref()
211 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/linux-4.1.27/include/trace/events/
Dbtrfs.h30 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \