Home
last modified time | relevance | path

Searched refs:vfs_inodes_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbcachefs.h1034 struct list_head vfs_inodes_list; member
H A Dfs.c436 list_add(&inode->ei_vfs_inode_list, &c->vfs_inodes_list); in bch2_inode_hash_insert()
2219 list_for_each_entry(inode, &c->vfs_inodes_list, ei_vfs_inode_list) { in bch2_evict_subvolume_inodes()
H A Dsuper.c813 INIT_LIST_HEAD(&c->vfs_inodes_list); in bch2_fs_alloc()