Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dinode-map.c89 if (key.objectid >= root->highest_objectid) in caching_kthread()
103 if (last < root->highest_objectid - 1) { in caching_kthread()
105 root->highest_objectid - last - 1); in caching_kthread()
548 if (unlikely(root->highest_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_find_free_objectid()
556 *objectid = ++root->highest_objectid; in btrfs_find_free_objectid()
Ddisk-io.c1153 root->highest_objectid = 0; in __setup_root()
1495 &root->highest_objectid); in btrfs_init_fs_root()
1501 ASSERT(root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()
3017 &tree_root->highest_objectid); in open_ctree()
3023 ASSERT(tree_root->highest_objectid <= BTRFS_LAST_FREE_OBJECTID); in open_ctree()
Dctree.h1210 u64 highest_objectid; member
Dtree-log.c5891 &root->highest_objectid); in btrfs_recover_log_trees()
Dioctl.c677 new_root->highest_objectid = new_dirid; in create_subvol()