Home
last modified time | relevance | path

Searched refs:BTRFS_ROOT_TREE_OBJECTID (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dlocking.c64 { .id = BTRFS_ROOT_TREE_OBJECTID, DEFINE_NAME("root") },
Dprint-tree.c19 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" },
Dblock-rsv.c410 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_init_root_block_rsv()
Dcheck-integrity.c792 BTRFS_ROOT_TREE_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2136 BTRFS_ROOT_TREE_OBJECTID); in btrfsic_process_written_superblock()
Ddisk-io.c717 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()
3174 tree_root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, in open_ctree()
Dtree-checker.c1723 if (unlikely(owner == BTRFS_ROOT_TREE_OBJECTID || in __btrfs_check_leaf()
Drelocation.c3417 if (btrfs_header_owner(leaf) != BTRFS_ROOT_TREE_OBJECTID) in delete_v1_space_cache()
Dinode.c5212 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID) || in btrfs_evict_inode()
5224 root->root_key.objectid != BTRFS_ROOT_TREE_OBJECTID); in btrfs_evict_inode()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h38 #define BTRFS_ROOT_TREE_OBJECTID 1ULL macro
/Linux-v6.6/include/trace/events/
Dbtrfs.h46 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" }, \
63 (obj >= BTRFS_ROOT_TREE_OBJECTID && \
197 __entry->root_objectid = BTRFS_ROOT_TREE_OBJECTID;