Searched refs:oldtag (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 277 uint16_t oldtag; member
|
H A D | virtio-9p-client.c | 750 v9fs_uint32_write(req, opt.oldtag); in v9fs_tflush()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 430 .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 D | client.c | 599 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()
|