Home
last modified time | relevance | path

Searched refs:P9_TFLUSH (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/9p/
H A D9p.h85 * @P9_TFLUSH: request to abort a previous request
164 P9_TFLUSH = 108, enumerator
/linux/include/trace/events/
H A D9p.h59 EM( P9_TFLUSH, "P9_TFLUSH" ) \
/linux/net/9p/
H A Dclient.c609 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()
725 type == P9_TFLUSH) { in p9_client_rpc()