Searched refs:P9_TVERSION (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/9p/ |
H A D | 9p.h | 156 P9_TVERSION = 100, enumerator
|
/openbmc/linux/include/trace/events/ |
H A D | 9p.h | 51 EM( P9_TVERSION, "P9_TVERSION" ) \
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.h | 54 P9_TVERSION = 100, enumerator
|
H A D | 9p.c | 4104 [P9_TVERSION] = v9fs_version, 4148 case P9_TVERSION: in is_read_only_op()
|
/openbmc/linux/net/9p/ |
H A D | client.c | 316 if (type == P9_TVERSION) in p9_tag_alloc() 921 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 925 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 929 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 320 req = v9fs_req_init(opt.client, body_size, P9_TVERSION, opt.tag); in v9fs_tversion()
|