Searched refs:BTRFS_LAST_FREE_OBJECTID (Results 1 – 5 of 5) sorted by relevance
159 if (!ret && objectid <= BTRFS_LAST_FREE_OBJECTID) { in start_caching()161 BTRFS_LAST_FREE_OBJECTID - objectid + 1); in start_caching()396 root->root_key.objectid > BTRFS_LAST_FREE_OBJECTID)) in btrfs_save_ino_cache()521 search_key.objectid = BTRFS_LAST_FREE_OBJECTID; in btrfs_find_highest_objectid()548 if (unlikely(root->highest_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_find_free_objectid()
342 if (root->objectid >= BTRFS_LAST_FREE_OBJECTID) in btrfs_print_data_csum_error()
1501 ASSERT(root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()3023 ASSERT(tree_root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in open_ctree()
4105 key.objectid > BTRFS_LAST_FREE_OBJECTID) in btrfs_uuid_scan_kthread()
91 #define BTRFS_LAST_FREE_OBJECTID -256ULL macro