Searched refs:highest_objectid (Results 1 – 4 of 4) sorted by relevance
103 if (key.objectid >= root->highest_objectid) in caching_kthread()117 if (last < root->highest_objectid - 1) { in caching_kthread()119 root->highest_objectid - last - 1); in caching_kthread()558 if (unlikely(root->highest_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_find_free_objectid()563 *objectid = ++root->highest_objectid; in btrfs_find_free_objectid()
1230 root->highest_objectid = 0; in __setup_root()1588 &root->highest_objectid); in btrfs_init_fs_root()1594 ASSERT(root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()2923 &tree_root->highest_objectid); in open_ctree()2929 ASSERT(tree_root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in open_ctree()
1905 u64 highest_objectid; member
572 new_root->highest_objectid = new_dirid; in create_subvol()