Home
last modified time | relevance | path

Searched refs:btrfs_caching_control (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/btrfs/
Dblock-group.h49 struct btrfs_caching_control { struct
113 struct btrfs_caching_control *caching_ctl;
267 void btrfs_put_caching_control(struct btrfs_caching_control *ctl);
268 struct btrfs_caching_control *btrfs_get_caching_control(
309 struct btrfs_caching_control *caching_ctl);
Dfree-space-tree.h9 struct btrfs_caching_control;
22 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
Dblock-group.c392 struct btrfs_caching_control *btrfs_get_caching_control( in btrfs_get_caching_control()
395 struct btrfs_caching_control *ctl; in btrfs_get_caching_control()
409 void btrfs_put_caching_control(struct btrfs_caching_control *ctl) in btrfs_put_caching_control()
431 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_progress()
444 struct btrfs_caching_control *caching_ctl) in btrfs_caching_ctl_wait_done()
452 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_done()
529 static int load_extent_tree_free(struct btrfs_caching_control *caching_ctl) in load_extent_tree_free()
669 struct btrfs_caching_control *caching_ctl; in caching_thread()
672 caching_ctl = container_of(work, struct btrfs_caching_control, work); in caching_thread()
743 struct btrfs_caching_control *caching_ctl = NULL; in btrfs_cache_block_group()
[all …]
Dfree-space-tree.c1419 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps()
1500 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents()
1562 int load_free_space_tree(struct btrfs_caching_control *caching_ctl) in load_free_space_tree()
Dtransaction.c163 struct btrfs_caching_control *caching_ctl, *next; in switch_commit_roots()