Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dblock-group.c449 if (!cache->caching_ctl) { in btrfs_get_caching_control()
454 ctl = cache->caching_ctl; in btrfs_get_caching_control()
482 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_progress() local
485 caching_ctl = btrfs_get_caching_control(cache); in btrfs_wait_block_group_cache_progress()
486 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
495 progress = atomic_read(&caching_ctl->progress); in btrfs_wait_block_group_cache_progress()
497 wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || in btrfs_wait_block_group_cache_progress()
498 (progress != atomic_read(&caching_ctl->progress) && in btrfs_wait_block_group_cache_progress()
501 btrfs_put_caching_control(caching_ctl); in btrfs_wait_block_group_cache_progress()
505 struct btrfs_caching_control *caching_ctl) in btrfs_caching_ctl_wait_done() argument
[all …]
H A Dblock-group.h178 struct btrfs_caching_control *caching_ctl; member