Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h164 P9_TFLUSH = 108, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h59 EM( P9_TFLUSH, "P9_TFLUSH" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h62 P9_TFLUSH = 108, enumerator
H A D9p.c4116 [P9_TFLUSH] = v9fs_flush,
4158 case P9_TFLUSH: in is_read_only_op()
/openbmc/linux/net/9p/
H A Dclient.c608 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()
724 type == P9_TFLUSH) { in p9_client_rpc()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c748 req = v9fs_req_init(opt.client, 2, P9_TFLUSH, opt.tag); in v9fs_tflush()