Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/fs/btrfs/
Dprint-tree.c67 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
222 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
Dextent-tree.c135 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
189 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
201 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
844 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
881 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
887 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1501 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1580 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1599 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1609 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
Dbackref.c909 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1141 key.type = BTRFS_EXTENT_ITEM_KEY;
1216 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1703 key.type = BTRFS_EXTENT_ITEM_KEY;
1720 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1785 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1848 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
Dtree-checker.c1023 if (key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1031 if (key->type != BTRFS_EXTENT_ITEM_KEY) { in check_extent_item()
1034 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1265 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
Drelocation.c614 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_inline_backref()
625 if (key.type == BTRFS_EXTENT_ITEM_KEY) { in find_inline_backref()
758 if (key.type == BTRFS_EXTENT_ITEM_KEY || in build_backref_tree()
3412 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3476 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3493 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3875 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3899 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3905 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3926 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
Dref-verify.c444 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
510 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
Dscrub.c2877 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2916 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3150 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3227 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3268 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
Dfree-space-tree.c1079 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1092 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
Dblock-group.c533 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
582 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.c5594 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5598 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dqgroup.c3099 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dtree-log.c688 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2337 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h161 #define BTRFS_EXTENT_ITEM_KEY 168 macro