Home
last modified time | relevance | path

Searched refs:freeable (Results 1 – 5 of 5) sorted by relevance

/fs/bcachefs/
A Dbtree_cache.c73 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 Dbtree_types.h184 struct list_head freeable; member
A Dsysfs.c239 list_for_each_entry(b, &bc->freeable, list) in BCH_TIME_STATS()
/fs/
A Dinode.c924 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 Ddcache.c1148 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