Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p.c333 g_hash_table_insert(s->fids, GINT_TO_POINTER(fid), f); in alloc_fid()
438 g_hash_table_iter_init(&iter, s->fids); in v9fs_reclaim_fd()
535 g_hash_table_iter_init(&iter, s->fids); in v9fs_mark_fids_unreclaim()
580 g_autoptr(GList) fids = g_hash_table_get_values(s->fids); in virtfs_reset()
583 g_hash_table_steal_all(s->fids); in virtfs_reset()
3256 g_hash_table_iter_init(&iter, s->fids); in v9fs_complete_rename()
3353 g_hash_table_iter_init(&iter, s->fids); in v9fs_fix_fid_paths()
4244 s->fids = g_hash_table_new(NULL, NULL); in v9fs_device_realize_common()
4304 if (s->fids) { in v9fs_device_unrealize_common()
4305 g_hash_table_destroy(s->fids); in v9fs_device_unrealize_common()
[all …]
H A D9p.h342 GHashTable *fids; member