Home
last modified time | relevance | path

Searched refs:vfs_inodes_by_inum_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/fs/bcachefs/
Dfs.c224 struct rhltable *ht = &c->vfs_inodes_by_inum_table; in bch2_inode_or_descendents_is_open()
358 int ret = rhltable_remove(&c->vfs_inodes_by_inum_table, in bch2_inode_hash_remove()
407 int ret = rhltable_insert(&c->vfs_inodes_by_inum_table, in bch2_inode_hash_insert()
2382 if (c->vfs_inodes_by_inum_table.ht.tbl) in bch2_fs_vfs_exit()
2383 rhltable_destroy(&c->vfs_inodes_by_inum_table); in bch2_fs_vfs_exit()
2391 rhltable_init(&c->vfs_inodes_by_inum_table, &bch2_vfs_inodes_by_inum_params); in bch2_fs_vfs_init()
Dbcachefs.h1028 struct rhltable vfs_inodes_by_inum_table; member