Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h176 P9_TCLUNK = 120, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h71 EM( P9_TCLUNK, "P9_TCLUNK" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h74 P9_TCLUNK = 120, enumerator
H A D9p.c4109 [P9_TCLUNK] = v9fs_clunk,
4153 case P9_TCLUNK: in is_read_only_op()
/openbmc/linux/net/9p/
H A Dclient.c639 if (c->status == BeginDisconnect && type != P9_TCLUNK) in p9_client_prepare_req()
1450 req = p9_client_rpc(clnt, P9_TCLUNK, "d", fid->fid); in p9_client_clunk()