Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c280 v9fs_qid root_qid; in fs_walk_2nd_nonexistent() local
288 tattach({ .client = v9p, .rattach.qid = &root_qid }); in fs_walk_2nd_nonexistent()
300 g_assert(wqid && wqid[0] && !is_same_qid(root_qid, wqid[0])); in fs_walk_2nd_nonexistent()
313 v9fs_qid root_qid; in fs_walk_none() local
320 .rattach.qid = &root_qid in fs_walk_none()
336 g_assert(is_same_qid(root_qid, attr.qid)); in fs_walk_none()
344 v9fs_qid root_qid; in fs_walk_dotdot() local
350 .rattach.qid = &root_qid in fs_walk_dotdot()
358 g_assert_cmpmem(&root_qid, 13, wqid[0], 13); in fs_walk_dotdot()