Searched refs:objectid_mutex (Results 1 – 4 of 4) sorted by relevance
556 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()566 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
1254 mutex_init(&root->objectid_mutex); in __setup_root()1586 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()1590 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()1596 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()2921 mutex_lock(&tree_root->objectid_mutex); in open_ctree()2925 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()2931 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
571 mutex_lock(&new_root->objectid_mutex); in create_subvol()573 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
1864 struct mutex objectid_mutex; member