Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h277 uint16_t oldtag; member
H A Dvirtio-9p-client.c749 v9fs_uint32_write(req, opt.oldtag); in v9fs_tflush()
/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c430 .client = v9p, .oldtag = req->tag, .tag = 1, .requestOnly = true in fs_flush_success()
471 .client = v9p, .oldtag = req->tag, .tag = 1, .requestOnly = true in fs_flush_ignored()
/openbmc/linux/net/9p/
H A Dclient.c599 s16 oldtag; in p9_client_flush() local
602 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
606 p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag); in p9_client_flush()
608 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()