Searched refs:BTRFS_ROOT_TREE_OBJECTID (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | locking.c | 63 { .id = BTRFS_ROOT_TREE_OBJECTID, DEFINE_NAME("root") },
|
| H A D | block-rsv.c | 412 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_init_root_block_rsv()
|
| H A D | print-tree.c | 28 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" },
|
| H A D | tree-checker.c | 1361 rootid == BTRFS_ROOT_TREE_OBJECTID; in is_valid_dref_root() 2051 if (unlikely(owner == BTRFS_ROOT_TREE_OBJECTID || in __btrfs_check_leaf()
|
| H A D | disk-io.c | 678 root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, GFP_KERNEL); in btrfs_alloc_dummy_root() 1111 case BTRFS_ROOT_TREE_OBJECTID: in btrfs_get_global_root() 3313 tree_root = btrfs_alloc_root(fs_info, BTRFS_ROOT_TREE_OBJECTID, in open_ctree()
|
| H A D | inode.c | 5655 btrfs_root_id(root) != BTRFS_ROOT_TREE_OBJECTID) || in btrfs_evict_inode() 5667 btrfs_root_id(root) != BTRFS_ROOT_TREE_OBJECTID); in btrfs_evict_inode()
|
| H A D | relocation.c | 3259 if (btrfs_header_owner(leaf) != BTRFS_ROOT_TREE_OBJECTID) in delete_v1_space_cache()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 38 #define BTRFS_ROOT_TREE_OBJECTID 1ULL macro
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 44 { BTRFS_ROOT_TREE_OBJECTID, "ROOT_TREE" }, \ 61 (obj >= BTRFS_ROOT_TREE_OBJECTID && \ 196 __entry->root_objectid = BTRFS_ROOT_TREE_OBJECTID;
|