Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Ddisk-io.c1007 mutex_init(&root->objectid_mutex); in __setup_root()
1466 mutex_lock(&root->objectid_mutex); in btrfs_init_fs_root()
1469 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
1475 mutex_unlock(&root->objectid_mutex); in btrfs_init_fs_root()
5290 mutex_lock(&root->objectid_mutex); in btrfs_get_free_objectid()
5303 mutex_unlock(&root->objectid_mutex); in btrfs_get_free_objectid()
Dctree.h1329 struct mutex objectid_mutex; member