Home
last modified time | relevance | path

Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 – 8 of 8) 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 Ddelayed-ref.h453 return BTRFS_TREE_BLOCK_REF_KEY; in btrfs_ref_type()
H A Dtree-checker.c1288 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1496 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1662 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1955 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 Drelocation.c3101 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h238 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux/include/trace/events/
H A Dbtrfs.h37 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \