Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c558 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()
571 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
Ddisk-io.c1340 mutex_init(&root->objectid_mutex); in __setup_root()
1678 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1682 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1688 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
3001 mutex_lock(&tree_root->objectid_mutex); in open_ctree()
3005 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
3011 mutex_unlock(&tree_root->objectid_mutex); in open_ctree()
Dioctl.c577 mutex_lock(&new_root->objectid_mutex); in create_subvol()
579 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
Dctree.h1131 struct mutex objectid_mutex; member