Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
A 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/fs/btrfs/
A Dprint-tree.c127 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
258 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
A Ddelayed-ref.c210 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
262 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY || in comp_refs()
472 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
936 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
A Dbackref.c853 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1007 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1078 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1103 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
1888 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
2400 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) {
2466 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY &&
2929 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
2948 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
A Ddelayed-ref.h322 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_put_delayed_ref()
A Dtree-checker.c1186 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1361 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1448 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1594 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
A Dref-verify.c466 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
521 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
A Dextent-tree.c360 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
365 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
697 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
720 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
737 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1708 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4706 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
A Dctree.h1890 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
A Drelocation.c3198 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/linux/include/uapi/linux/
A Dbtrfs_tree.h197 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux/include/trace/events/
A Dbtrfs.h36 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \

Completed in 49 milliseconds