Searched refs:BTRFS_ROOT_TREE_OBJECTID (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | locking.c | 64 { .id = BTRFS_ROOT_TREE_OBJECTID, DEFINE_NAME("root") },
|
H A D | print-tree.c | 19 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" },
|
H A D | block-rsv.c | 410 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_init_root_block_rsv()
|
H A D | tree-checker.c | 1279 rootid == BTRFS_ROOT_TREE_OBJECTID; in is_valid_dref_root() 1904 if (unlikely(owner == BTRFS_ROOT_TREE_OBJECTID || in __btrfs_check_leaf()
|
H A D | check-integrity.c | 792 BTRFS_ROOT_TREE_OBJECTID); in btrfsic_process_superblock_dev_mirror() 2136 BTRFS_ROOT_TREE_OBJECTID); in btrfsic_process_written_superblock()
|
H A D | disk-io.c | 717 root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, GFP_KERNEL); in btrfs_alloc_dummy_root() 1164 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_get_global_root() 3184 tree_root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, in open_ctree()
|
H A D | relocation.c | 3349 if (btrfs_header_owner(leaf) != BTRFS_ROOT_TREE_OBJECTID) in delete_v1_space_cache()
|
H A D | inode.c | 5249 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID) || in btrfs_evict_inode() 5261 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID); in btrfs_evict_inode()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs_tree.h | 25 #define BTRFS_ROOT_TREE_OBJECTID 1ULL macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 38 #define BTRFS_ROOT_TREE_OBJECTID 1ULL macro
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 46 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" }, \ 63 (obj >= BTRFS_ROOT_TREE_OBJECTID && \ 197 __entry->root_objectid = BTRFS_ROOT_TREE_OBJECTID;
|