Home
last modified time | relevance | path

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

/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()
202 root->ino_cache_state == BTRFS_CACHE_FINISHED || in btrfs_find_free_ino()
203 root->ino_cache_state == BTRFS_CACHE_ERROR || in btrfs_find_free_ino()
206 if (root->ino_cache_state == BTRFS_CACHE_FINISHED && in btrfs_find_free_ino()
209 else if (root->ino_cache_state == BTRFS_CACHE_ERROR) in btrfs_find_free_ino()
223 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
[all …]
Dctree.h983 enum btrfs_caching_type ino_cache_state; member