Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/tests/
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()
/Linux-v6.6/fs/btrfs/
Dprint-tree.c133 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
262 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
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()
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()
2921 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start()
2989 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next()
3455 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()
3468 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
Ddelayed-ref.h345 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
Dtree-checker.c1250 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1426 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1533 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1680 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
Dref-verify.c469 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
524 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
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()
1740 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4733 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
Daccessors.h359 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
Drelocation.c3257 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h219 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/Linux-v6.6/include/trace/events/
Dbtrfs.h39 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \