Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dctree.h932 struct btrfs_caching_control { struct
933 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