Searched refs:freeable (Results 1 – 5 of 5) sorted by relevance
| /fs/bcachefs/ |
| A D | btree_cache.c | 73 list_add(&b->list, &bc->freeable); in __bch2_btree_node_to_freelist() 492 list_for_each_entry_safe(b, t, &bc->freeable, list) { in bch2_btree_cache_scan() 605 list_for_each_entry_safe(b, t, &bc->freeable, list) { in bch2_fs_btree_cache_exit() 659 list_splice_init(&bc->live[0].list, &bc->freeable); in bch2_fs_btree_cache_init() 695 INIT_LIST_HEAD(&bc->freeable); in bch2_fs_btree_cache_init_early() 819 list_for_each_entry(b2, &bc->freeable, list) in bch2_btree_node_mem_alloc()
|
| A D | btree_types.h | 184 struct list_head freeable; member
|
| A D | sysfs.c | 239 list_for_each_entry(b, &bc->freeable, list) in BCH_TIME_STATS()
|
| /fs/ |
| A D | inode.c | 924 struct list_head *freeable = arg; in inode_lru_isolate() local 980 list_lru_isolate_move(lru, &inode->i_lru, freeable); in inode_lru_isolate() 995 LIST_HEAD(freeable); in prune_icache_sb() 999 inode_lru_isolate, &freeable); in prune_icache_sb() 1000 dispose_list(&freeable); in prune_icache_sb()
|
| A D | dcache.c | 1148 struct list_head *freeable = arg; in dentry_lru_isolate() local 1197 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate() 1229 struct list_head *freeable = arg; in dentry_lru_isolate_shrink() local 1240 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate_shrink()
|
Completed in 26 milliseconds