Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A 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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h124 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_backref_has_tree_block_info()
137 if (iter->cur_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_backref_iter_is_inline_ref()
H A Dextent-tree.c98 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
152 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
164 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
806 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
843 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
849 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1487 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
1566 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
1584 key.type == BTRFS_EXTENT_ITEM_KEY && in run_delayed_extent_op()
1594 key.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_extent_op()
[all …]
H A Dprint-tree.c105 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
262 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
H A Dbackref.c991 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in add_inline_refs()
1224 key.type = BTRFS_EXTENT_ITEM_KEY;
1304 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1797 key.type = BTRFS_EXTENT_ITEM_KEY;
1814 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1879 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1942 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
2420 if ((key.type != BTRFS_EXTENT_ITEM_KEY &&
H A Dtree-checker.c1278 if (key->type == BTRFS_EXTENT_ITEM_KEY && in check_extent_item()
1286 if (key->type != BTRFS_EXTENT_ITEM_KEY) { in check_extent_item()
1289 key->type, BTRFS_EXTENT_ITEM_KEY); in check_extent_item()
1569 case BTRFS_EXTENT_ITEM_KEY: in check_leaf_item()
H A Drelocation.c2882 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) { in add_tree_block()
2947 key.type = BTRFS_EXTENT_ITEM_KEY; in __add_tree_block()
2964 (key.type == BTRFS_EXTENT_ITEM_KEY && in __add_tree_block()
3139 key.type = BTRFS_EXTENT_ITEM_KEY; in find_next_extent()
3163 if (key.type != BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3169 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_next_extent()
3190 if (key.type == BTRFS_EXTENT_ITEM_KEY) in find_next_extent()
H A Dref-verify.c446 if ((key->type == BTRFS_EXTENT_ITEM_KEY) && in process_extent_item()
512 case BTRFS_EXTENT_ITEM_KEY: in process_leaf()
H A Dscrub.c2806 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2845 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3080 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3157 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3198 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
H A Dfree-space-tree.c1082 key.type = BTRFS_EXTENT_ITEM_KEY; in populate_free_space_tree()
1095 if (key.type == BTRFS_EXTENT_ITEM_KEY || in populate_free_space_tree()
H A Dblock-group.c534 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
583 key.type = BTRFS_EXTENT_ITEM_KEY; in load_extent_tree_free()
599 if (key.type == BTRFS_EXTENT_ITEM_KEY || in load_extent_tree_free()
H A Dctree.c5662 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5666 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
H A Dfile.c2573 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_insert_replace_extent()
H A Dqgroup.c3254 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
H A Dtree-log.c681 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
H A Dinode.c2569 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs_tree.h161 #define BTRFS_EXTENT_ITEM_KEY 168 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h166 #define BTRFS_EXTENT_ITEM_KEY 168 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs_tree.h161 #define BTRFS_EXTENT_ITEM_KEY 168 macro