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.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/fs/btrfs/
A Dprint-tree.c144 case BTRFS_TREE_BLOCK_REF_KEY: in print_extent_item()
288 case BTRFS_TREE_BLOCK_REF_KEY: in btrfs_print_leaf()
A Ddelayed-ref.h432 return BTRFS_TREE_BLOCK_REF_KEY; in btrfs_ref_type()
A Dbackref.c920 case BTRFS_TREE_BLOCK_REF_KEY: { in add_delayed_refs()
1088 case BTRFS_TREE_BLOCK_REF_KEY: in add_inline_refs()
1167 if (key.type < BTRFS_TREE_BLOCK_REF_KEY) in add_keyed_refs()
1192 case BTRFS_TREE_BLOCK_REF_KEY: in add_keyed_refs()
2352 if (type == BTRFS_TREE_BLOCK_REF_KEY || in tree_backref_for_extent()
2929 iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY)) { in btrfs_backref_iter_start()
3005 (iter->cur_key.type != BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_iter_next()
3547 ((key.type == BTRFS_TREE_BLOCK_REF_KEY && in btrfs_backref_add_tree_node()
3560 } else if (key.type == BTRFS_TREE_BLOCK_REF_KEY) { in btrfs_backref_add_tree_node()
A Ddelayed-ref.c508 WARN_ON(ref->type == BTRFS_TREE_BLOCK_REF_KEY || in merge_ref()
1176 int type = parent ? BTRFS_SHARED_BLOCK_REF_KEY : BTRFS_TREE_BLOCK_REF_KEY; in find_comp()
1183 if (type == BTRFS_TREE_BLOCK_REF_KEY) { in find_comp()
A Dtree-checker.c1275 key.type == BTRFS_TREE_BLOCK_REF_KEY || in extent_err()
1483 case BTRFS_TREE_BLOCK_REF_KEY: in check_extent_item()
1630 if (unlikely(key->type != BTRFS_TREE_BLOCK_REF_KEY && in check_simple_keyed_refs()
1882 case BTRFS_TREE_BLOCK_REF_KEY: in check_leaf_item()
A Dref-verify.c470 case BTRFS_TREE_BLOCK_REF_KEY: in process_extent_item()
532 case BTRFS_TREE_BLOCK_REF_KEY: in process_leaf()
A Dextent-tree.c348 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_get_extent_inline_ref_type()
353 if (type == BTRFS_TREE_BLOCK_REF_KEY) in btrfs_get_extent_inline_ref_type()
681 key.type = BTRFS_TREE_BLOCK_REF_KEY; in lookup_tree_block_ref()
705 key.type = BTRFS_TREE_BLOCK_REF_KEY; in insert_tree_block_ref()
721 type = BTRFS_TREE_BLOCK_REF_KEY; in extent_ref_type()
1764 if (node->type == BTRFS_TREE_BLOCK_REF_KEY || in run_one_delayed_ref()
4924 BTRFS_TREE_BLOCK_REF_KEY); in alloc_reserved_tree_block()
A Daccessors.h377 if (type == BTRFS_TREE_BLOCK_REF_KEY || in btrfs_extent_inline_ref_size()
A Drelocation.c3205 if (type == BTRFS_TREE_BLOCK_REF_KEY) in add_tree_block()
/linux/include/uapi/linux/
A Dbtrfs_tree.h238 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
/linux/include/trace/events/
A Dbtrfs.h37 { BTRFS_TREE_BLOCK_REF_KEY, "TREE_BLOCK_REF" }, \

Completed in 44 milliseconds