Home
last modified time | relevance | path

Searched refs:BTRFS_CACHE_ERROR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.h84 BTRFS_CACHE_ERROR, enumerator
362 cache->cached == BTRFS_CACHE_ERROR; in btrfs_block_group_done()
H A Dblock-group.c437 * Callers of this must check if cache->cached == BTRFS_CACHE_ERROR before using
469 return cache->cached == BTRFS_CACHE_ERROR ? -EIO : 0; in btrfs_caching_ctl_wait_done()
479 return (cache->cached == BTRFS_CACHE_ERROR) ? -EIO : 0; in btrfs_wait_block_group_cache_done()
891 block_group->cached = ret ? BTRFS_CACHE_ERROR : BTRFS_CACHE_FINISHED; in caching_thread()
4409 block_group->cached == BTRFS_CACHE_ERROR) in btrfs_free_block_groups()
H A Dextent-tree.c4381 if (unlikely(block_group->cached == BTRFS_CACHE_ERROR)) { in find_free_extent()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode-map.c24 root->ino_cache_state = BTRFS_CACHE_ERROR; in fail_caching_thread()
204 root->ino_cache_state == BTRFS_CACHE_ERROR || in btrfs_find_free_ino()
210 else if (root->ino_cache_state == BTRFS_CACHE_ERROR) in btrfs_find_free_ino()
H A Dblock-group.h297 cache->cached == BTRFS_CACHE_ERROR; in btrfs_block_group_done()
H A Dblock-group.c400 * Callers of this must check if cache->cached == BTRFS_CACHE_ERROR before using
425 return (cache->cached == BTRFS_CACHE_ERROR) ? -EIO : 0; in btrfs_wait_block_group_cache_done()
428 if (cache->cached == BTRFS_CACHE_ERROR) in btrfs_wait_block_group_cache_done()
664 block_group->cached = ret ? BTRFS_CACHE_ERROR : BTRFS_CACHE_FINISHED; in caching_thread()
3378 block_group->cached == BTRFS_CACHE_ERROR) in btrfs_free_block_groups()
H A Dctree.h442 BTRFS_CACHE_ERROR, enumerator
H A Dextent-tree.c4147 if (unlikely(block_group->cached == BTRFS_CACHE_ERROR)) { in find_free_extent()

Completed in 32 milliseconds