Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dinode-map.c24 root->ino_cache_state = BTRFS_CACHE_ERROR; in fail_caching_thread()
125 root->ino_cache_state = BTRFS_CACHE_FINISHED; in caching_kthread()
151 if (root->ino_cache_state != BTRFS_CACHE_NO) { in start_caching()
156 root->ino_cache_state = BTRFS_CACHE_STARTED; in start_caching()
162 root->ino_cache_state = BTRFS_CACHE_FINISHED; in start_caching()
203 root->ino_cache_state == BTRFS_CACHE_FINISHED || in btrfs_find_free_ino()
204 root->ino_cache_state == BTRFS_CACHE_ERROR || in btrfs_find_free_ino()
207 if (root->ino_cache_state == BTRFS_CACHE_FINISHED && in btrfs_find_free_ino()
210 else if (root->ino_cache_state == BTRFS_CACHE_ERROR) in btrfs_find_free_ino()
224 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
[all …]
Dctree.h1073 enum btrfs_caching_type ino_cache_state; member