Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dblock-group.c421 if (!cache->caching_ctl) { in btrfs_get_caching_control()
426 ctl = cache->caching_ctl; in btrfs_get_caching_control()
454 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_progress() local
457 caching_ctl = btrfs_get_caching_control(cache); in btrfs_wait_block_group_cache_progress()
458 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
467 progress = atomic_read(&caching_ctl->progress); in btrfs_wait_block_group_cache_progress()
469 wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || in btrfs_wait_block_group_cache_progress()
470 (progress != atomic_read(&caching_ctl->progress) && in btrfs_wait_block_group_cache_progress()
473 btrfs_put_caching_control(caching_ctl); in btrfs_wait_block_group_cache_progress()
477 struct btrfs_caching_control *caching_ctl) in btrfs_caching_ctl_wait_done() argument
[all …]