Searched refs:free_objectid (Results 1 – 2 of 2) sorted by relevance
983 root->free_objectid = 0; in __setup_root()1473 ASSERT(root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()2938 ASSERT(tree_root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()5276 root->free_objectid = max_t(u64, found_key.objectid + 1, in btrfs_init_root_free_objectid()5279 root->free_objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_init_root_free_objectid()5292 if (unlikely(root->free_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_get_free_objectid()5300 *objectid = root->free_objectid++; in btrfs_get_free_objectid()
1354 u64 free_objectid; member