Home
last modified time | relevance | path

Searched refs:BTRFS_EXTENT_REF_V0_KEY (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dprint-tree.c266 case BTRFS_EXTENT_REF_V0_KEY: in btrfs_print_leaf()
Drelocation.c817 key.type == BTRFS_EXTENT_REF_V0_KEY) {
818 if (key.type == BTRFS_EXTENT_REF_V0_KEY) {
835 ASSERT(key.type != BTRFS_EXTENT_REF_V0_KEY);
3258 if (key.type != BTRFS_EXTENT_REF_V0_KEY) {
3717 key.type == BTRFS_EXTENT_REF_V0_KEY) {
3719 BUG_ON(key.type == BTRFS_EXTENT_REF_V0_KEY);
Dextent-tree.c1016 if (found_key.type != BTRFS_EXTENT_REF_V0_KEY) { in convert_extent_item_v0()
1132 key.type = BTRFS_EXTENT_REF_V0_KEY; in lookup_extent_data_ref()
1286 } else if (key.type == BTRFS_EXTENT_REF_V0_KEY) { in remove_extent_data_ref()
1350 } else if (key.type == BTRFS_EXTENT_REF_V0_KEY) { in extent_data_ref_count()
1386 key.type = BTRFS_EXTENT_REF_V0_KEY; in lookup_tree_block_ref()
Dctree.h2053 #define BTRFS_EXTENT_REF_V0_KEY 180 macro
/linux-4.1.27/include/trace/events/
Dbtrfs.h32 { BTRFS_EXTENT_REF_V0_KEY, "EXTENT_REF_V0" }, \