Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dinode-map.c565 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()
578 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
Ddisk-io.c1166 mutex_init(&root->objectid_mutex); in __setup_root()
1494 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1498 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1504 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
3054 mutex_lock(&tree_root->objectid_mutex); in open_ctree()
3058 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
3064 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
Dioctl.c686 mutex_lock(&new_root->objectid_mutex); in create_subvol()
688 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
Dctree.h975 struct mutex objectid_mutex; member