Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dlocking.c71 { .id = BTRFS_DATA_RELOC_TREE_OBJECTID, DEFINE_NAME("dreloc") },
H A Dctree.h741 return root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID; in btrfs_is_data_reloc_root()
H A Dprint-tree.c32 { BTRFS_DATA_RELOC_TREE_OBJECTID, "DATA_RELOC_TREE" },
H A Dtree-checker.c1314 return is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()
1974 owner == BTRFS_DATA_RELOC_TREE_OBJECTID)) { in __btrfs_check_leaf()
H A Dfile-item.c430 if (btrfs_root_id(inode->root) == BTRFS_DATA_RELOC_TREE_OBJECTID) { in btrfs_lookup_bio_sums()
H A Ddisk-io.c1326 if (!is_fstree(objectid) && objectid != BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_get_root_ref()
2274 BTRFS_DATA_RELOC_TREE_OBJECTID, true); in btrfs_read_roots()
H A Dbackref.c395 if (root_id == BTRFS_DATA_RELOC_TREE_OBJECTID) in add_prelim_ref()
H A Drelocation.c2621 block->owner == BTRFS_DATA_RELOC_TREE_OBJECTID)) { in relocate_tree_blocks()
H A Dinode.c311 if (btrfs_root_id(root) == BTRFS_DATA_RELOC_TREE_OBJECTID) in btrfs_print_data_csum_error()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h94 #define BTRFS_DATA_RELOC_TREE_OBJECTID -9ULL macro
/linux-6.15/include/trace/events/
H A Dbtrfs.h57 { BTRFS_DATA_RELOC_TREE_OBJECTID, "DATA_RELOC_TREE" })
60 obj, ((obj >= BTRFS_DATA_RELOC_TREE_OBJECTID) || \