Searched defs:btrfs_caching_control (Results 1 – 4 of 4) sorted by relevance
28279 struct btrfs_caching_control { struct28280 struct list_head list;28281 struct mutex mutex;28282 wait_queue_head_t wait;28283 struct btrfs_work work;28284 struct btrfs_block_group *block_group;28285 u64 progress;28286 refcount_t count;
61857 struct btrfs_caching_control { struct61858 struct list_head list;61859 struct mutex mutex;61860 wait_queue_head_t wait;61861 struct btrfs_work work;61862 struct btrfs_block_group *block_group;61863 refcount_t count;