Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dlocking.c72 { .id = BTRFS_DATA_RELOC_TREE_OBJECTID, DEFINE_NAME("dreloc") },
H A Dprint-tree.c30 { BTRFS_DATA_RELOC_TREE_OBJECTID, "DATA_RELOC_TREE" },
H A Dctree.h717 return root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID; in btrfs_is_data_reloc_root()
H A Dtree-checker.c1278 return is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
1913 owner == BTRFS_DATA_RELOC_TREE_OBJECTID)) { in __btrfs_check_leaf()
H A Dfile-item.c438 BTRFS_DATA_RELOC_TREE_OBJECTID) { in btrfs_lookup_bio_sums()
H A Ddisk-io.c1309 if (!is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
2259 BTRFS_DATA_RELOC_TREE_OBJECTID, true); in btrfs_read_roots()
H A Dbackref.c399 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref()
H A Dinode.c326 if (root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_print_data_csum_error()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h75 #define BTRFS_DATA_RELOC_TREE_OBJECTID -9ULL macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h91 #define BTRFS_DATA_RELOC_TREE_OBJECTID -9ULL macro
/openbmc/linux/include/trace/events/
H A Dbtrfs.h59 { BTRFS_DATA_RELOC_TREE_OBJECTID, "DATA_RELOC_TREE" })
62 obj, ((obj >= BTRFS_DATA_RELOC_TREE_OBJECTID) || \