Searched refs:free_objectid (Results 1 – 2 of 2) sorted by relevance
1150 root->free_objectid = 0; in __setup_root()1530 ASSERT(root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()2843 ASSERT(tree_root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()5001 root->free_objectid = max_t(u64, found_key.objectid + 1, in btrfs_init_root_free_objectid()5004 root->free_objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_init_root_free_objectid()5017 if (unlikely(root->free_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_get_free_objectid()5025 *objectid = root->free_objectid++; in btrfs_get_free_objectid()
1149 u64 free_objectid; member