Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c122 spin_lock(&root->ino_cache_lock); in caching_kthread()
124 spin_unlock(&root->ino_cache_lock); in caching_kthread()
147 spin_lock(&root->ino_cache_lock); in start_caching()
149 spin_unlock(&root->ino_cache_lock); in start_caching()
154 spin_unlock(&root->ino_cache_lock); in start_caching()
158 spin_lock(&root->ino_cache_lock); in start_caching()
160 spin_unlock(&root->ino_cache_lock); in start_caching()
222 spin_lock(&root->ino_cache_lock); in btrfs_return_ino()
224 spin_unlock(&root->ino_cache_lock); in btrfs_return_ino()
228 spin_unlock(&root->ino_cache_lock); in btrfs_return_ino()
[all …]
Dfree-space-cache.c3471 spin_lock(&root->ino_cache_lock); in lookup_free_ino_inode()
3474 spin_unlock(&root->ino_cache_lock); in lookup_free_ino_inode()
3482 spin_lock(&root->ino_cache_lock); in lookup_free_ino_inode()
3485 spin_unlock(&root->ino_cache_lock); in lookup_free_ino_inode()
Ddisk-io.c1510 spin_lock_init(&root->ino_cache_lock); in btrfs_init_fs_root()
Dctree.h1873 spinlock_t ino_cache_lock; member