Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c706 uint32_t fid_file; in fs_use_after_unlink() local
718 fid_file = twalk({ in fs_use_after_unlink()
721 g_assert(fid_file != 0); in fs_use_after_unlink()
724 tlopen({ .client = v9p, .fid = fid_file, .flags = O_WRONLY }); in fs_use_after_unlink()
730 .client = v9p, .fid = fid_file, .request_mask = P9_GETATTR_BASIC, in fs_use_after_unlink()
734 .client = v9p, .fid = fid_file, .offset = 0, .count = write_count, in fs_use_after_unlink()