Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent-tree.c297 if (!cache->caching_ctl) { in get_caching_control()
302 ctl = cache->caching_ctl; in get_caching_control()
379 static int load_extent_tree_free(struct btrfs_caching_control *caching_ctl) in load_extent_tree_free() argument
381 struct btrfs_block_group_cache *block_group = caching_ctl->block_group; in load_extent_tree_free()
446 caching_ctl->progress = last; in load_extent_tree_free()
449 mutex_unlock(&caching_ctl->mutex); in load_extent_tree_free()
451 mutex_lock(&caching_ctl->mutex); in load_extent_tree_free()
472 caching_ctl->progress = last; in load_extent_tree_free()
499 wake_up(&caching_ctl->wait); in load_extent_tree_free()
509 caching_ctl->progress = (u64)-1; in load_extent_tree_free()
[all …]
Dfree-space-tree.c1386 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps() argument
1402 block_group = caching_ctl->block_group; in load_free_space_bitmaps()
1423 caching_ctl->progress = key.objectid; in load_free_space_bitmaps()
1436 wake_up(&caching_ctl->wait); in load_free_space_bitmaps()
1460 caching_ctl->progress = (u64)-1; in load_free_space_bitmaps()
1467 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents() argument
1480 block_group = caching_ctl->block_group; in load_free_space_extents()
1501 caching_ctl->progress = key.objectid; in load_free_space_extents()
1507 wake_up(&caching_ctl->wait); in load_free_space_extents()
1522 caching_ctl->progress = (u64)-1; in load_free_space_extents()
[all …]
Dfree-space-tree.h20 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
Dctree.h609 struct btrfs_caching_control *caching_ctl; member