Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/fs/btrfs/
H A Dextent-tree.c81 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
128 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
785 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
826 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1584 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1652 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1677 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
2345 key.type = BTRFS_EXTENT_ITEM_KEY; in check_committed_ref()
3151 key.type = BTRFS_EXTENT_ITEM_KEY; in __btrfs_free_extent()
3178 key.type = BTRFS_EXTENT_ITEM_KEY; in __btrfs_free_extent()
[all …]
H A Dprint-tree.c122 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
284 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
H A Dbackref.c1043 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1405 key.type = BTRFS_EXTENT_ITEM_KEY; in find_parent_nodes()
1482 (key.type == BTRFS_EXTENT_ITEM_KEY || in find_parent_nodes()
2213 key.type = BTRFS_EXTENT_ITEM_KEY; in extent_from_logical()
2236 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()
2887 if ((key.type != BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_iter_start()
2948 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
H A Dbackref.h295 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
H A Dtree-checker.c1421 if (unlikely(key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1429 if (unlikely(key->type != BTRFS_EXTENT_ITEM_KEY)) { in check_extent_item()
1432 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1609 if ((prev_key->type == BTRFS_EXTENT_ITEM_KEY) || in check_extent_item()
1915 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
H A Dref-verify.c450 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
524 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
H A Drelocation.c3097 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3197 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3214 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3395 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3419 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3425 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3446 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
H A Dscrub.c1341 ASSERT(key.type == BTRFS_EXTENT_ITEM_KEY || in compare_extent_item_range()
1387 key.type = BTRFS_EXTENT_ITEM_KEY; in find_first_extent_item()
1419 key.type != BTRFS_EXTENT_ITEM_KEY) in find_first_extent_item()
1447 key.type == BTRFS_EXTENT_ITEM_KEY); in get_extent_info()
H A Dblock-group.c610 search_key.type = BTRFS_EXTENT_ITEM_KEY; in sample_block_group_extent_item()
615 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
740 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
787 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
801 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
H A Dfree-space-tree.c1095 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1109 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
H A Dctree.c5063 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5067 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
H A Dzoned.c1259 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
H A Dfile.c2201 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
H A Dqgroup.c3773 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
H A Dtree-log.c737 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
H A Dinode.c3019 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h214 #define BTRFS_EXTENT_ITEM_KEY 168 macro