Searched defs:btrfs_caching_control (Results 1 – 1 of 1) sorted by relevance
530 struct btrfs_caching_control { struct531 struct list_head list;532 struct mutex mutex;533 wait_queue_head_t wait;534 struct btrfs_work work;535 struct btrfs_block_group_cache *block_group;536 u64 progress;537 refcount_t count;