Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dblock-group.h45 struct btrfs_caching_control { struct
46 struct list_head list;
47 struct mutex mutex;
48 wait_queue_head_t wait;
49 struct btrfs_work work;
50 struct btrfs_block_group *block_group;
51 u64 progress;
52 refcount_t count;
/kernel/linux/linux-4.19/fs/btrfs/
Dctree.h531 struct btrfs_caching_control { struct
532 struct list_head list;
533 struct mutex mutex;
534 wait_queue_head_t wait;
535 struct btrfs_work work;
536 struct btrfs_block_group_cache *block_group;
537 u64 progress;
538 refcount_t count;