Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dinode-map.c123 root->ino_cache_state = BTRFS_CACHE_FINISHED; in caching_kthread()
148 if (root->ino_cache_state != BTRFS_CACHE_NO) { in start_caching()
153 root->ino_cache_state = BTRFS_CACHE_STARTED; in start_caching()
159 root->ino_cache_state = BTRFS_CACHE_FINISHED; in start_caching()
200 root->ino_cache_state == BTRFS_CACHE_FINISHED || in btrfs_find_free_ino()
203 if (root->ino_cache_state == BTRFS_CACHE_FINISHED && in btrfs_find_free_ino()
217 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
222 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
475 if (root->ino_cache_state != BTRFS_CACHE_FINISHED) { in btrfs_save_ino_cache()
Dctree.h1871 enum btrfs_caching_type ino_cache_state; member