Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode-map.c567 mutex_lock(&root->objectid_mutex); in btrfs_find_free_objectid()
580 mutex_unlock(&root->objectid_mutex); in btrfs_find_free_objectid()
H A Ddisk-io.c1056 mutex_init(&root->objectid_mutex); in __setup_root()
1394 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1398 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1404 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
H A Dioctl.c727 mutex_lock(&new_root->objectid_mutex); in create_subvol()
729 mutex_unlock(&new_root->objectid_mutex); in create_subvol()
H A Dctree.h1066 struct mutex objectid_mutex; member