Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c37 v9fs_set_allocator(t_alloc); in pci_config()
59 v9fs_set_allocator(t_alloc); in fs_version()
65 v9fs_set_allocator(t_alloc); in fs_attach()
72 v9fs_set_allocator(t_alloc); in fs_walk()
110 v9fs_set_allocator(t_alloc); in fs_readdir()
250 v9fs_set_allocator(t_alloc); in fs_walk_no_slash()
265 v9fs_set_allocator(t_alloc); in fs_walk_nonexistent()
279 v9fs_set_allocator(t_alloc); in fs_walk_2nd_nonexistent()
312 v9fs_set_allocator(t_alloc); in fs_walk_none()
342 v9fs_set_allocator(t_alloc); in fs_walk_dotdot()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h476 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