Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/tests/
Dqgroup-tests.c59 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref()
106 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref()
188 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/linux-5.19.10/fs/btrfs/
Dprint-tree.c128 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
257 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
Ddelayed-ref.c231 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
283 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
493 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
956 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
Dbackref.c855 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1009 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1080 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1105 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
1899 if (type == BTRFS_TREE_BLOCK_REF_KEY || in tree_backref_for_extent()
2410 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start()
2478 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next()
2941 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()
2960 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
Ddelayed-ref.h321 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dtree-checker.c1218 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1394 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1501 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1647 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
Dref-verify.c466 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
521 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
Dextent-tree.c363 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
368 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
700 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
724 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
740 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1713 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4794 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Dctree.h1933 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
Drelocation.c3204 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h202 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux-5.19.10/include/trace/events/
Dbtrfs.h36 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \