Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dinode-map.c556 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()
566 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
Ddisk-io.c1246 mutex_init(&root->objectid_mutex); in __setup_root()
1578 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1582 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1588 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
2868 mutex_lock(&tree_root->objectid_mutex); in open_ctree()
2872 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
2878 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
Dioctl.c570 mutex_lock(&new_root->objectid_mutex); in create_subvol()
572 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
Dctree.h1837 struct mutex objectid_mutex; member