Home
last modified time | relevance | path

Searched refs:BTRFS_EXTENT_ITEM_KEY (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c32 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
81 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
130 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
163 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/openbmc/linux/fs/btrfs/
H A Dbackref.h299 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
312 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
H A Dprint-tree.c111 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
258 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
H A Dextent-tree.c86 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
141 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
154 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
797 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
835 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
841 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1567 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1647 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1665 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1675 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
H A Dbackref.c1055 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1415 key.type = BTRFS_EXTENT_ITEM_KEY; in find_parent_nodes()
1488 (key.type == BTRFS_EXTENT_ITEM_KEY || in find_parent_nodes()
2218 key.type = BTRFS_EXTENT_ITEM_KEY; in extent_from_logical()
2235 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
2300 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY); in get_extent_inline_ref()
2363 if (key->type == BTRFS_EXTENT_ITEM_KEY) { in tree_backref_for_extent()
2873 if ((key.type != BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_iter_start()
H A Dtree-checker.c1385 if (unlikely(key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1393 if (unlikely(key->type != BTRFS_EXTENT_ITEM_KEY)) { in check_extent_item()
1396 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1570 if ((prev_key->type == BTRFS_EXTENT_ITEM_KEY) || in check_extent_item()
1857 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
H A Dref-verify.c449 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
516 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
H A Drelocation.c3152 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3252 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3269 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3449 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3473 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3479 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3500 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
H A Dscrub.c1342 ASSERT(key.type == BTRFS_EXTENT_ITEM_KEY || in compare_extent_item_range()
1387 key.type = BTRFS_EXTENT_ITEM_KEY; in find_first_extent_item()
1413 key.type != BTRFS_EXTENT_ITEM_KEY) in find_first_extent_item()
1444 key.type == BTRFS_EXTENT_ITEM_KEY); in get_extent_info()
H A Dblock-group.c612 search_key.type = BTRFS_EXTENT_ITEM_KEY; in sample_block_group_extent_item()
617 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
744 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
791 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
804 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
H A Dfree-space-tree.c1100 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1114 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
H A Dctree.c5241 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5245 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
H A Dzoned.c1267 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
H A Dfile.c2321 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
H A Dqgroup.c3356 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
H A Dtree-log.c755 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
H A Dinode.c2941 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h170 #define BTRFS_EXTENT_ITEM_KEY 168 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h211 #define BTRFS_EXTENT_ITEM_KEY 168 macro