Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfs.c242 struct rhltable *ht = &c->vfs_inodes_by_inum_table; in bch2_inode_or_descendents_is_open()
375 int ret = rhltable_remove(&c->vfs_inodes_by_inum_table, in bch2_inode_hash_remove()
424 int ret = rhltable_insert(&c->vfs_inodes_by_inum_table, in bch2_inode_hash_insert()
2721 if (c->vfs_inodes_by_inum_table.ht.tbl) in bch2_fs_vfs_exit()
2722 rhltable_destroy(&c->vfs_inodes_by_inum_table); in bch2_fs_vfs_exit()
2730 rhltable_init(&c->vfs_inodes_by_inum_table, &bch2_vfs_inodes_by_inum_params); in bch2_fs_vfs_init()
H A Dbcachefs.h1112 struct rhltable vfs_inodes_by_inum_table; member