Searched refs:free_objectid (Results 1 – 2 of 2) sorted by relevance
990 root->free_objectid = 0; in __setup_root()1480 ASSERT(root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()2945 ASSERT(tree_root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()5285 root->free_objectid = max_t(u64, found_key.objectid + 1, in btrfs_init_root_free_objectid()5288 root->free_objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_init_root_free_objectid()5301 if (unlikely(root->free_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_get_free_objectid()5309 *objectid = root->free_objectid++; in btrfs_get_free_objectid()
1360 u64 free_objectid; member