Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h166 P9_TWALK = 110, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h61 EM( P9_TWALK, "P9_TWALK" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h64 P9_TWALK = 110, enumerator
H A D9p.c4108 [P9_TWALK] = v9fs_walk,
4152 case P9_TWALK: in is_read_only_op()
/openbmc/linux/net/9p/
H A Dprotocol.c78 case P9_TWALK: in p9_msg_buf_size()
H A Dclient.c1179 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid, in p9_client_walk()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c446 req = v9fs_req_init(opt.client, body_size, P9_TWALK, opt.tag); in v9fs_twalk()