Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent-tree.c317 if (!cache->caching_ctl) { in get_caching_control()
322 ctl = cache->caching_ctl; in get_caching_control()
402 struct btrfs_caching_control *caching_ctl; in caching_thread() local
413 caching_ctl = container_of(work, struct btrfs_caching_control, work); in caching_thread()
414 block_group = caching_ctl->block_group; in caching_thread()
447 mutex_lock(&caching_ctl->mutex); in caching_thread()
475 caching_ctl->progress = last; in caching_thread()
478 mutex_unlock(&caching_ctl->mutex); in caching_thread()
499 caching_ctl->progress = last; in caching_thread()
527 wake_up(&caching_ctl->wait); in caching_thread()
[all …]
Dctree.h1346 struct btrfs_caching_control *caching_ctl; member