Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c37 if ((type == BTRFS_TREE_BLOCK_REF_KEY) || in ref_type_from_disk_ref_type()
250 .type = BTRFS_TREE_BLOCK_REF_KEY, in simple_tests()
293 node_check.type = BTRFS_TREE_BLOCK_REF_KEY; in simple_tests()
372 node_check.type = BTRFS_TREE_BLOCK_REF_KEY; in merge_tests()
803 .type = BTRFS_TREE_BLOCK_REF_KEY, in select_delayed_refs_test()
H A Dqgroup-tests.c60 btrfs_set_extent_inline_ref_type(leaf, iref, BTRFS_TREE_BLOCK_REF_KEY); in insert_normal_tree_ref()
105 key.type = BTRFS_TREE_BLOCK_REF_KEY; in add_tree_ref()
183 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/linux/fs/btrfs/
H A Dprint-tree.c152 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
394 [BTRFS_TREE_BLOCK_REF_KEY] = "TREE_BLOCK_REF", in key_type_string()
497 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
H A Dbackref.c918 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1086 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1165 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1190 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
2363 if (type == BTRFS_TREE_BLOCK_REF_KEY || in tree_backref_for_extent()
2941 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start()
3024 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next()
3538 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()
3551 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
H A Ddelayed-ref.h453 return BTRFS_TREE_BLOCK_REF_KEY; in btrfs_ref_type()
H A Ddelayed-ref.c423 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
1208 int type = parent ? BTRFS_SHARED_BLOCK_REF_KEY : BTRFS_TREE_BLOCK_REF_KEY; in find_comp()
1215 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in find_comp()
H A Dtree-checker.c1333 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1541 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1707 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
2000 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
H A Dref-verify.c452 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
514 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
H A Dextent-tree.c358 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
363 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
706 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
736 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
752 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1849 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
5145 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
H A Daccessors.h374 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
H A Drelocation.c3102 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h241 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux/include/trace/events/
H A Dbtrfs.h37 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \