Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent-tree.c319 if (!cache->caching_ctl) { in get_caching_control()
324 ctl = cache->caching_ctl; in get_caching_control()
383 struct btrfs_caching_control *caching_ctl; in caching_thread() local
393 caching_ctl = container_of(work, struct btrfs_caching_control, work); in caching_thread()
394 block_group = caching_ctl->block_group; in caching_thread()
418 mutex_lock(&caching_ctl->mutex); in caching_thread()
445 caching_ctl->progress = last; in caching_thread()
448 mutex_unlock(&caching_ctl->mutex); in caching_thread()
468 caching_ctl->progress = last; in caching_thread()
495 wake_up(&caching_ctl->wait); in caching_thread()
[all …]
Dctree.h1312 struct btrfs_caching_control *caching_ctl; member