Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dlocking.c64 { .id = BTRFS_ROOT_TREE_OBJECTID, DEFINE_NAME("root") },
H A Dblock-rsv.c417 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_init_root_block_rsv()
H A Dprint-tree.c21 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" },
H A Ddisk-io.c738 root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, GFP_KERNEL); in btrfs_alloc_dummy_root()
1185 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_get_global_root()
3224 tree_root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, in open_ctree()
H A Dtree-checker.c1817 if (unlikely(owner == BTRFS_ROOT_TREE_OBJECTID || in __btrfs_check_leaf()
H A Drelocation.c3412 if (btrfs_header_owner(leaf) != BTRFS_ROOT_TREE_OBJECTID) in delete_v1_space_cache()
H A Dinode.c5271 btrfs_root_id(root) != BTRFS_ROOT_TREE_OBJECTID) || in btrfs_evict_inode()
5283 btrfs_root_id(root) != BTRFS_ROOT_TREE_OBJECTID); in btrfs_evict_inode()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h38 #define BTRFS_ROOT_TREE_OBJECTID 1ULL macro
/linux/include/trace/events/
H A Dbtrfs.h44 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" }, \
61 (obj >= BTRFS_ROOT_TREE_OBJECTID && \
195 __entry->root_objectid = BTRFS_ROOT_TREE_OBJECTID;