Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dinode-map.c109 root->ino_cache_state = BTRFS_CACHE_FINISHED; in caching_kthread()
135 if (root->ino_cache_state != BTRFS_CACHE_NO) { in start_caching()
140 root->ino_cache_state = BTRFS_CACHE_STARTED; in start_caching()
146 root->ino_cache_state = BTRFS_CACHE_FINISHED; in start_caching()
187 root->ino_cache_state == BTRFS_CACHE_FINISHED || in btrfs_find_free_ino()
190 if (root->ino_cache_state == BTRFS_CACHE_FINISHED && in btrfs_find_free_ino()
205 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
210 if (root->ino_cache_state == BTRFS_CACHE_FINISHED) { in btrfs_return_ino()
463 if (root->ino_cache_state != BTRFS_CACHE_FINISHED) { in btrfs_save_ino_cache()
Dctree.h1184 enum btrfs_caching_type ino_cache_state; member