Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dqgroup-tests.c60 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()
192 key.type = BTRFS_TREE_BLOCK_REF_KEY; in remove_extent_ref()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dprint-tree.c127 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
266 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
H A Ddelayed-ref.c206 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
258 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
468 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
976 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
H A Dbackref.c866 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1035 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1108 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1133 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
1931 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
2462 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) {
2528 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY &&
2991 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
3010 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
H A Ddelayed-ref.h315 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
H A Dtree-checker.c1174 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1343 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1427 if (key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1573 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
H A Dref-verify.c466 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
520 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()
695 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
718 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
735 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1675 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4482 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
H A Dctree.h1759 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs_tree.h169 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h174 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs_tree.h169 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h36 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \