Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dqgroup-tests.c32 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
81 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
130 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
163 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/linux/fs/btrfs/
H A Dprint-tree.c122 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
284 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
H A Dextent-tree.c83 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
132 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
145 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
791 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
827 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
833 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1574 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1642 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1658 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1668 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
H A Dbackref.h295 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
H A Dtree-checker.c1409 if (unlikely(key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1417 if (unlikely(key->type != BTRFS_EXTENT_ITEM_KEY)) { in check_extent_item()
1420 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1587 if ((prev_key->type == BTRFS_EXTENT_ITEM_KEY) || in check_extent_item()
1878 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
H A Dref-verify.c450 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
524 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
H A Dblock-group.c612 search_key.type = BTRFS_EXTENT_ITEM_KEY; in sample_block_group_extent_item()
617 if (found_key->type == BTRFS_EXTENT_ITEM_KEY && in sample_block_group_extent_item()
744 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
791 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
804 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
H A Dscrub.c1341 ASSERT(key.type == BTRFS_EXTENT_ITEM_KEY || in compare_extent_item_range()
1386 key.type = BTRFS_EXTENT_ITEM_KEY; in find_first_extent_item()
1419 key.type != BTRFS_EXTENT_ITEM_KEY) in find_first_extent_item()
1447 key.type == BTRFS_EXTENT_ITEM_KEY); in get_extent_info()
H A Dfree-space-tree.c1100 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1114 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
H A Dctree.c5096 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5100 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
H A Dzoned.c1255 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
H A Dfile.c2323 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
H A Dqgroup.c3785 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
H A Dtree-log.c752 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h214 #define BTRFS_EXTENT_ITEM_KEY 168 macro