Home
last modified time | relevance | path

Searched refs:P9_TSTAT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/9p/
H A D9p.h180 P9_TSTAT = 124, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h75 EM( P9_TSTAT, "P9_TSTAT" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h78 P9_TSTAT = 124, enumerator
H A D9p.c4107 [P9_TSTAT] = v9fs_stat,
4151 case P9_TSTAT: in is_read_only_op()
/openbmc/linux/net/9p/
H A Dclient.c1692 req = p9_client_rpc(clnt, P9_TSTAT, "d", fid->fid); in p9_client_stat()