Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h134 P9_TSETATTR = 26, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h29 EM( P9_TSETATTR, "P9_TSETATTR" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h32 P9_TSETATTR = 26, enumerator
H A D9p.c4093 [P9_TSETATTR] = v9fs_setattr,
/openbmc/linux/net/9p/
H A Dclient.c1874 req = p9_client_rpc(clnt, P9_TSETATTR, "dI", fid->fid, p9attr); in p9_client_setattr()