Searched refs:objectid_mutex (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dctree.h179 struct mutex objectid_mutex; member in struct:btrfs_root
H A Ddisk-io.c683 mutex_init(&root->objectid_mutex);
1146 mutex_lock(&root->objectid_mutex);
1149 mutex_unlock(&root->objectid_mutex);
1155 mutex_unlock(&root->objectid_mutex);
2666 * No need to hold btrfs_root::objectid_mutex since the fs
4957 mutex_lock(&root->objectid_mutex);
4970 mutex_unlock(&root->objectid_mutex);

Completed in 180 milliseconds