Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dqgroup-tests.c50 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref()
100 key.type = BTRFS_EXTENT_ITEM_KEY; in add_tree_ref()
150 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_item()
184 key.type = BTRFS_EXTENT_ITEM_KEY; in remove_extent_ref()
/linux-4.4.14/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.c747 if (found_key.type == BTRFS_EXTENT_ITEM_KEY && in __add_inline_refs()
954 key.type = BTRFS_EXTENT_ITEM_KEY;
1030 (key.type == BTRFS_EXTENT_ITEM_KEY ||
1487 key.type = BTRFS_EXTENT_ITEM_KEY;
1504 else if (found_key->type == BTRFS_EXTENT_ITEM_KEY)
1566 WARN_ON(key->type != BTRFS_EXTENT_ITEM_KEY);
1626 if (key->type == BTRFS_EXTENT_ITEM_KEY) {
Dextent-tree.c445 key.type = BTRFS_EXTENT_ITEM_KEY; in caching_thread()
496 key.type = BTRFS_EXTENT_ITEM_KEY; in caching_thread()
513 if (key.type == BTRFS_EXTENT_ITEM_KEY || in caching_thread()
789 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_data_extent()
844 key.type = BTRFS_EXTENT_ITEM_KEY; in btrfs_lookup_extent_info()
857 key.type == BTRFS_EXTENT_ITEM_KEY && in btrfs_lookup_extent_info()
1556 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
1593 key.type == BTRFS_EXTENT_ITEM_KEY && in lookup_inline_extent_backref()
1599 key.type = BTRFS_EXTENT_ITEM_KEY; in lookup_inline_extent_backref()
2172 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 ||
3302 if (extent_key->type == BTRFS_EXTENT_ITEM_KEY) {
3377 key.type = BTRFS_EXTENT_ITEM_KEY;
3394 (key.type == BTRFS_EXTENT_ITEM_KEY &&
3772 key.type = BTRFS_EXTENT_ITEM_KEY;
3796 if (key.type != BTRFS_EXTENT_ITEM_KEY &&
3802 if (key.type == BTRFS_EXTENT_ITEM_KEY &&
3823 if (key.type == BTRFS_EXTENT_ITEM_KEY)
Dscrub.c2890 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_raid56_parity()
2929 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_raid56_parity()
3162 key_start.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3239 key.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3280 if (key.type != BTRFS_EXTENT_ITEM_KEY && in scrub_stripe()
Dctree.c5908 if (found_key.type == BTRFS_EXTENT_ITEM_KEY || in btrfs_previous_extent_item()
5912 found_key.type < BTRFS_EXTENT_ITEM_KEY) in btrfs_previous_extent_item()
Dqgroup.c2249 if (found.type != BTRFS_EXTENT_ITEM_KEY && in qgroup_rescan_leaf()
Dctree.h2071 #define BTRFS_EXTENT_ITEM_KEY 168 macro
Dtree-log.c679 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent()
Dinode.c2133 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_reserved_file_extent()