Home
last modified time | relevance | path

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

/linux-6.1.9/net/9p/
Dclient.c592 s16 oldtag; in p9_client_flush() local
595 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
599 p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag); in p9_client_flush()
601 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()