Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_types.h166 struct btree_cache { struct
171 * the btree_cache_freed list and reuse it later. This simplifies the argument
186 struct btree_cache_list live[2]; argument
188 size_t nr_freeable;
189 size_t nr_reserve;
190 size_t nr_by_btree[BTREE_ID_NR];
191 atomic_long_t nr_dirty;
194 size_t nr_freed;
195 u64 not_freed[BCH_BTREE_CACHE_NOT_FREED_REASONS_NR];
203 struct task_struct *alloc_lock;
[all …]
H A Dbcachefs.h812 struct btree_cache btree_cache; member
/linux/drivers/md/bcache/
H A Dbcache.h581 struct list_head btree_cache; member