Searched defs:btrfs_caching_control (Results 1 – 1 of 1) sorted by relevance
932 struct btrfs_caching_control { struct933 struct list_head list;934 struct mutex mutex;935 wait_queue_head_t wait;936 struct btrfs_work work;937 struct btrfs_block_group_cache *block_group;938 u64 progress;962 struct btrfs_caching_control *caching_ctl; argument