Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/tests/
Dqgroup-tests.c30 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
80 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
130 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
164 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/Linux-v5.10/fs/btrfs/
Dbackref.h125 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
138 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
Dprint-tree.c105 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
262 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
Dextent-tree.c133 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
187 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
199 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
841 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
878 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
884 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1524 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1603 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1621 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1631 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
Dbackref.c962 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1192 key.type = BTRFS_EXTENT_ITEM_KEY;
1267 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1754 key.type = BTRFS_EXTENT_ITEM_KEY;
1771 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1836 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1899 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
2358 if ((key.type != BTRFS_EXTENT_ITEM_KEY &&
Dtree-checker.c1256 if (key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1264 if (key->type != BTRFS_EXTENT_ITEM_KEY) { in check_extent_item()
1267 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1555 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
Drelocation.c2864 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
2929 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
2946 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3116 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3140 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3146 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3167 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
Dref-verify.c446 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
512 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
Dscrub.c2806 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2845 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3080 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3157 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3198 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
Dfree-space-tree.c1082 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1095 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
Dblock-group.c534 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
583 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
599 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
Dctree.c5626 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5630 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dfile.c2567 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
Dqgroup.c3198 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dtree-log.c681 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2570 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h166 #define BTRFS_EXTENT_ITEM_KEY 168 macro