Home
last modified time | relevance | path

Searched refs:objectid_mutex (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dinode-map.c546 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()
559 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
Ddisk-io.c1175 mutex_init(&root->objectid_mutex); in __setup_root()
1493 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1497 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1503 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
3015 mutex_lock(&tree_root->objectid_mutex); in open_ctree()
3019 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
3025 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
Dioctl.c676 mutex_lock(&new_root->objectid_mutex); in create_subvol()
678 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
Dctree.h1177 struct mutex objectid_mutex; member