Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dblock-group.c398 if (!cache->caching_ctl) { in btrfs_get_caching_control()
403 ctl = cache->caching_ctl; in btrfs_get_caching_control()
431 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_progress() local
433 caching_ctl = btrfs_get_caching_control(cache); in btrfs_wait_block_group_cache_progress()
434 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
437 wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || in btrfs_wait_block_group_cache_progress()
440 btrfs_put_caching_control(caching_ctl); in btrfs_wait_block_group_cache_progress()
444 struct btrfs_caching_control *caching_ctl) in btrfs_caching_ctl_wait_done() argument
446 wait_event(caching_ctl->wait, btrfs_block_group_done(cache)); in btrfs_caching_ctl_wait_done()
452 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_done() local
[all …]
Dfree-space-tree.c1419 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps() argument
1435 block_group = caching_ctl->block_group; in load_free_space_bitmaps()
1467 wake_up(&caching_ctl->wait); in load_free_space_bitmaps()
1496 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents() argument
1509 block_group = caching_ctl->block_group; in load_free_space_extents()
1534 wake_up(&caching_ctl->wait); in load_free_space_extents()
1554 int load_free_space_tree(struct btrfs_caching_control *caching_ctl) in load_free_space_tree() argument
1562 block_group = caching_ctl->block_group; in load_free_space_tree()
1590 ret = load_free_space_bitmaps(caching_ctl, path, extent_count); in load_free_space_tree()
1592 ret = load_free_space_extents(caching_ctl, path, extent_count); in load_free_space_tree()
Dfree-space-tree.h22 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
Dblock-group.h131 struct btrfs_caching_control *caching_ctl; member