Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c61 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()
/openbmc/linux/fs/btrfs/
H A Dprint-tree.c133 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
262 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
H A Ddelayed-ref.c217 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
269 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
476 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
938 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
H A Dbackref.c923 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1099 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1175 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1200 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
2352 if (type == BTRFS_TREE_BLOCK_REF_KEY || in tree_backref_for_extent()
2915 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start()
2983 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next()
3453 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()
3466 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
H A Ddelayed-ref.h345 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
H A Dtree-checker.c1252 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1459 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1623 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1861 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
H A Dref-verify.c469 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
524 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
H A Dextent-tree.c350 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
355 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
686 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
710 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
726 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1761 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4781 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
H A Daccessors.h359 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
H A Drelocation.c3189 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h178 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h219 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/openbmc/linux/include/trace/events/
H A Dbtrfs.h39 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \