Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c49 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
99 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
149 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
183 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/linux-4.1.27/fs/btrfs/
Dprint-tree.c90 if ((type == BTRFS_EXTENT_ITEM_KEY) && in print_extent_item()
225 case BTRFS_EXTENT_ITEM_KEY: in btrfs_print_leaf()
Dbackref.c711 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in __add_inline_refs()
913 key.type = BTRFS_EXTENT_ITEM_KEY;
985 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1439 key.type = BTRFS_EXTENT_ITEM_KEY;
1456 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1518 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1578 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
Dextent-tree.c416 key.type = BTRFS_EXTENT_ITEM_KEY; in caching_thread()
466 key.type = BTRFS_EXTENT_ITEM_KEY; in caching_thread()
482 if (key.type == BTRFS_EXTENT_ITEM_KEY || in caching_thread()
727 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
782 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
795 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
1495 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1532 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
1538 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
2073 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref()
[all …]
Drelocation.c643 if (key.type == BTRFS_EXTENT_ITEM_KEY && in find_inline_backref()
654 if (key.type == BTRFS_EXTENT_ITEM_KEY) { in find_inline_backref()
787 if (key.type == BTRFS_EXTENT_ITEM_KEY ||
3296 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) {
3371 key.type = BTRFS_EXTENT_ITEM_KEY;
3388 (key.type == BTRFS_EXTENT_ITEM_KEY &&
3767 key.type = BTRFS_EXTENT_ITEM_KEY;
3791 if (key.type != BTRFS_EXTENT_ITEM_KEY &&
3797 if (key.type == BTRFS_EXTENT_ITEM_KEY &&
3818 if (key.type == BTRFS_EXTENT_ITEM_KEY)
Dscrub.c2808 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2855 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3063 key_start.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3138 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3187 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
Dctree.c5902 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5906 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dqgroup.c2690 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dctree.h2041 #define BTRFS_EXTENT_ITEM_KEY 168 macro
Dtree-log.c686 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2117 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()