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

/linux-master/fs/btrfs/
H A Dblock-group.c410 if (!cache->caching_ctl) {
415 ctl = cache->caching_ctl;
443 struct btrfs_caching_control *caching_ctl; local
446 caching_ctl = btrfs_get_caching_control(cache);
447 if (!caching_ctl)
456 progress = atomic_read(&caching_ctl->progress);
458 wait_event(caching_ctl->wait, btrfs_block_group_done(cache) ||
459 (progress != atomic_read(&caching_ctl->progress) &&
462 btrfs_put_caching_control(caching_ctl);
466 struct btrfs_caching_control *caching_ctl)
465 btrfs_caching_ctl_wait_done(struct btrfs_block_group *cache, struct btrfs_caching_control *caching_ctl) argument
474 struct btrfs_caching_control *caching_ctl; local
580 sample_block_group_extent_item(struct btrfs_caching_control *caching_ctl, struct btrfs_block_group *block_group, int index, int max_index, struct btrfs_key *found_key) argument
669 load_block_group_size_class(struct btrfs_caching_control *caching_ctl, struct btrfs_block_group *block_group) argument
702 load_extent_tree_free(struct btrfs_caching_control *caching_ctl) argument
848 struct btrfs_caching_control *caching_ctl; local
921 struct btrfs_caching_control *caching_ctl = NULL; local
1061 struct btrfs_caching_control *caching_ctl = NULL; local
4339 struct btrfs_caching_control *caching_ctl; local
[all...]
H A Dfree-space-tree.h29 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
H A Dfree-space-tree.c1484 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, argument
1500 block_group = caching_ctl->block_group;
1538 wake_up(&caching_ctl->wait);
1568 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, argument
1581 block_group = caching_ctl->block_group;
1612 wake_up(&caching_ctl->wait);
1632 int load_free_space_tree(struct btrfs_caching_control *caching_ctl) argument
1640 block_group = caching_ctl->block_group;
1668 ret = load_free_space_bitmaps(caching_ctl, path, extent_count);
1670 ret = load_free_space_extents(caching_ctl, pat
[all...]
H A Dblock-group.h166 struct btrfs_caching_control *caching_ctl; member in struct:btrfs_block_group

Completed in 132 milliseconds