Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
A Dqgroup-tests.c30 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
79 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
128 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
161 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/linux/fs/btrfs/
A Dbackref.h126 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
139 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
A Dprint-tree.c105 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
254 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
A Dextent-tree.c100 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
154 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
808 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
852 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1521 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1600 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1627 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
2300 key.type = BTRFS_EXTENT_ITEM_KEY; in check_committed_ref()
3010 key.type = BTRFS_EXTENT_ITEM_KEY; in __btrfs_free_extent()
3037 key.type = BTRFS_EXTENT_ITEM_KEY; in __btrfs_free_extent()
[all …]
A Dbackref.c963 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1193 key.type = BTRFS_EXTENT_ITEM_KEY;
1268 (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 &&
A Dtree-checker.c1291 if (unlikely(key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1299 if (unlikely(key->type != BTRFS_EXTENT_ITEM_KEY)) { in check_extent_item()
1302 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1590 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
A Dref-verify.c446 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
513 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
A Drelocation.c3161 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
3260 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
3277 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3452 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3476 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3482 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3503 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
A Dscrub.c2951 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2990 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3267 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3356 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3397 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
A Dfree-space-tree.c1080 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1093 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
A Dblock-group.c554 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
603 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
619 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
A Dzoned.c1140 if (found_key.type == BTRFS_EXTENT_ITEM_KEY) in calculate_alloc_pointer()
A Dctree.c4631 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
4635 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
A Dfile.c2675 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
A Dqgroup.c3196 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
A Dtree-log.c754 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
A Dinode.c2936 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/linux/include/uapi/linux/
A Dbtrfs_tree.h189 #define BTRFS_EXTENT_ITEM_KEY 168 macro

Completed in 104 milliseconds