Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h1027 struct list_head vfs_inodes_list; member
Dfs.c380 list_add(&inode->ei_vfs_inode_list, &c->vfs_inodes_list); in bch2_inode_hash_insert()
1871 list_for_each_entry(inode, &c->vfs_inodes_list, ei_vfs_inode_list) { in bch2_evict_subvolume_inodes()
Dsuper.c809 INIT_LIST_HEAD(&c->vfs_inodes_list); in bch2_fs_alloc()