Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbcachefs.h1109 struct list_head vfs_inodes_list; member
H A Dfs.c434 list_add(&inode->ei_vfs_inode_list, &c->vfs_inodes_list); in bch2_inode_hash_insert()
2223 list_for_each_entry(inode, &c->vfs_inodes_list, ei_vfs_inode_list) { in bch2_evict_subvolume_inodes()
H A Dsuper.c904 INIT_LIST_HEAD(&c->vfs_inodes_list); in bch2_fs_alloc()