Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/fs/btrfs/
Dprint-tree.c67 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
224 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
Dbackref.c934 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1169 key.type = BTRFS_EXTENT_ITEM_KEY;
1249 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1733 key.type = BTRFS_EXTENT_ITEM_KEY;
1750 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1815 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1878 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
Dextent-tree.c420 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
469 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
486 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
790 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
844 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
856 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
1498 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1535 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
1541 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
2177 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
[all …]
Drelocation.c610 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_inline_backref()
621 if (key.type == BTRFS_EXTENT_ITEM_KEY) { in find_inline_backref()
754 if (key.type == BTRFS_EXTENT_ITEM_KEY || in build_backref_tree()
3336 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3400 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3417 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3799 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3823 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3829 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3850 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
Dref-verify.c457 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
523 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
Dscrub.c2872 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2911 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3145 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3222 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3263 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
Dfree-space-tree.c1075 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1088 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
Dctree.c6051 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
6055 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dqgroup.c2756 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dtree-log.c680 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2312 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h161 #define BTRFS_EXTENT_ITEM_KEY 168 macro