Searched refs:free_objectid (Results 1 – 2 of 2) sorted by relevance
1087 root->free_objectid = 0; in __setup_root()1468 ASSERT(root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()2815 ASSERT(tree_root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()5087 root->free_objectid = max_t(u64, found_key.objectid + 1, in btrfs_init_root_free_objectid()5090 root->free_objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_init_root_free_objectid()5103 if (unlikely(root->free_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_get_free_objectid()5111 *objectid = root->free_objectid++; in btrfs_get_free_objectid()
1188 u64 free_objectid; member