Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dvirtio-9p-test.c36 v9fs_set_allocator(t_alloc); in pci_config()
58 v9fs_set_allocator(t_alloc); in fs_version()
64 v9fs_set_allocator(t_alloc); in fs_attach()
71 v9fs_set_allocator(t_alloc); in fs_walk()
109 v9fs_set_allocator(t_alloc); in fs_readdir()
249 v9fs_set_allocator(t_alloc); in fs_walk_no_slash()
264 v9fs_set_allocator(t_alloc); in fs_walk_nonexistent()
278 v9fs_set_allocator(t_alloc); in fs_walk_2nd_nonexistent()
311 v9fs_set_allocator(t_alloc); in fs_walk_none()
341 v9fs_set_allocator(t_alloc); in fs_walk_dotdot()
[all …]
/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h444 void v9fs_set_allocator(QGuestAllocator *t_alloc);
H A Dvirtio-9p-client.c21 void v9fs_set_allocator(QGuestAllocator *t_alloc) in v9fs_set_allocator() function