Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/tests/
Dqgroup-tests.c30 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
79 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
128 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
161 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/linux-6.1.9/fs/btrfs/
Dbackref.h142 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
155 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
Dprint-tree.c106 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
253 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
Dextent-tree.c101 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
156 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
169 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
811 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
849 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
855 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1508 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1588 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1606 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1616 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
Dbackref.c998 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1232 key.type = BTRFS_EXTENT_ITEM_KEY; in find_parent_nodes()
1305 (key.type == BTRFS_EXTENT_ITEM_KEY || in find_parent_nodes()
1972 key.type = BTRFS_EXTENT_ITEM_KEY; in extent_from_logical()
1989 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
2054 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY); in get_extent_inline_ref()
2117 if (key->type == BTRFS_EXTENT_ITEM_KEY) { in tree_backref_for_extent()
2585 if ((key.type != BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_iter_start()
Dtree-checker.c1324 if (unlikely(key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1332 if (unlikely(key->type != BTRFS_EXTENT_ITEM_KEY)) { in check_extent_item()
1335 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1458 if ((prev_key->type == BTRFS_EXTENT_ITEM_KEY) || in check_extent_item()
1643 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
Dref-verify.c446 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
513 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
Drelocation.c3159 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3258 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3275 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3450 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3474 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3480 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3501 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
Dfree-space-tree.c1094 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1108 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
Dscrub.c3020 ASSERT(key.type == BTRFS_EXTENT_ITEM_KEY || in compare_extent_item_range()
3065 key.type = BTRFS_EXTENT_ITEM_KEY; in find_first_extent_item()
3091 key.type != BTRFS_EXTENT_ITEM_KEY) in find_first_extent_item()
3122 key.type == BTRFS_EXTENT_ITEM_KEY); in get_extent_info()
Dblock-group.c571 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
618 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
631 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
Dctree.c4927 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
4931 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dzoned.c1257 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
Dqgroup.c3305 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dfile.c2604 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
Dtree-log.c737 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c3127 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h194 #define BTRFS_EXTENT_ITEM_KEY 168 macro