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.h167 struct btree_cache { struct
172 * the btree_cache_freed list and reuse it later. This simplifies the argument
187 struct btree_cache_list live[2]; argument
189 size_t nr_freeable;
190 size_t nr_reserve;
191 size_t nr_by_btree[BTREE_ID_NR];
192 atomic_long_t nr_dirty;
195 size_t nr_freed;
196 u64 not_freed[BCH_BTREE_CACHE_NOT_FREED_REASONS_NR];
204 struct task_struct *alloc_lock;
[all …]
H A Dbcachefs.h898 struct btree_cache btree_cache; member
/linux/drivers/md/bcache/
H A Dbcache.h581 struct list_head btree_cache; member