Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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()
Dbackref.c905 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1137 key.type = BTRFS_EXTENT_ITEM_KEY;
1212 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1696 key.type = BTRFS_EXTENT_ITEM_KEY;
1713 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1778 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1841 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()
1499 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1536 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
1542 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
2169 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()
3321 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3385 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3402 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3784 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3808 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3814 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3835 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
Dref-verify.c455 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
521 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
Dscrub.c2853 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2892 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3127 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3204 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3245 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.c5915 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5919 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dqgroup.c2700 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dtree-log.c673 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2249 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h161 #define BTRFS_EXTENT_ITEM_KEY 168 macro