Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dblock-group.h45 struct btrfs_caching_control { struct
103 struct btrfs_caching_control *caching_ctl;
242 void btrfs_put_caching_control(struct btrfs_caching_control *ctl);
243 struct btrfs_caching_control *btrfs_get_caching_control(
H A Dfree-space-tree.h9 struct btrfs_caching_control;
22 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
H A Dblock-group.c360 struct btrfs_caching_control *btrfs_get_caching_control( in btrfs_get_caching_control()
363 struct btrfs_caching_control *ctl; in btrfs_get_caching_control()
377 void btrfs_put_caching_control(struct btrfs_caching_control *ctl) in btrfs_put_caching_control()
399 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_progress()
413 struct btrfs_caching_control *caching_ctl; in btrfs_wait_block_group_cache_done()
493 static int load_extent_tree_free(struct btrfs_caching_control *caching_ctl) in load_extent_tree_free()
632 struct btrfs_caching_control *caching_ctl; in caching_thread()
635 caching_ctl = container_of(work, struct btrfs_caching_control, work); in caching_thread()
690 struct btrfs_caching_control *caching_ctl; in btrfs_cache_block_group()
719 struct btrfs_caching_control *ctl; in btrfs_cache_block_group()
[all …]
H A Dfree-space-tree.c1399 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps()
1480 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents()
1542 int load_free_space_tree(struct btrfs_caching_control *caching_ctl) in load_free_space_tree()
H A Dtransaction.c158 struct btrfs_caching_control *caching_ctl, *next; in switch_commit_roots()
H A Dextent-tree.c2608 struct btrfs_caching_control *caching_ctl; in __exclude_logged_extent()