Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/fs/btrfs/
Dbackref.h126 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
139 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()
1524 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1604 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1622 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1632 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
Dbackref.c965 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1196 key.type = BTRFS_EXTENT_ITEM_KEY; in find_parent_nodes()
1269 (key.type == BTRFS_EXTENT_ITEM_KEY || in find_parent_nodes()
1765 key.type = BTRFS_EXTENT_ITEM_KEY; in extent_from_logical()
1782 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY) in extent_from_logical()
1847 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY); in get_extent_inline_ref()
1910 if (key->type == BTRFS_EXTENT_ITEM_KEY) { in tree_backref_for_extent()
2368 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.c3167 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3266 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3283 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3458 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3482 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3488 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3509 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.c2890 ASSERT(key.type == BTRFS_EXTENT_ITEM_KEY || in compare_extent_item_range()
2935 key.type = BTRFS_EXTENT_ITEM_KEY; in find_first_extent_item()
2961 key.type != BTRFS_EXTENT_ITEM_KEY) in find_first_extent_item()
2992 key.type == BTRFS_EXTENT_ITEM_KEY); in get_extent_info()
Dblock-group.c571 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
620 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
636 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
Dctree.c4850 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
4854 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dzoned.c1242 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
Dfile.c2679 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
Dqgroup.c3256 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dtree-log.c737 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c3144 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h194 #define BTRFS_EXTENT_ITEM_KEY 168 macro