Home
last modified time | relevance | path

Searched refs:highest_objectid (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode-map.c105 if (key.objectid >= root->highest_objectid) in caching_kthread()
119 if (last < root->highest_objectid - 1) { in caching_kthread()
121 root->highest_objectid - last - 1, 0); in caching_kthread()
569 if (unlikely(root->highest_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_find_free_objectid()
577 *objectid = ++root->highest_objectid; in btrfs_find_free_objectid()
H A Ddisk-io.c1033 root->highest_objectid = 0; in __setup_root()
1396 &root->highest_objectid); in btrfs_init_fs_root()
1402 ASSERT(root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()
2681 &tree_root->highest_objectid); in init_tree_roots()
2687 ASSERT(tree_root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()
H A Dctree.h1100 u64 highest_objectid; member
H A Dioctl.c728 new_root->highest_objectid = new_dirid; in create_subvol()
H A Dtree-log.c6386 &root->highest_objectid); in btrfs_recover_log_trees()