Searched defs:btrfs_caching_control (Results 1 – 1 of 1) sorted by relevance
32 struct btrfs_caching_control { struct33 struct list_head list;34 struct mutex mutex;35 wait_queue_head_t wait;36 struct btrfs_work work;37 struct btrfs_block_group_cache *block_group;38 u64 progress;39 refcount_t count;