Searched refs:oldtag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 661 int16_t oldtag; in p9_client_flush() local 664 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 668 p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag); in p9_client_flush() 670 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 597 s16 oldtag; in p9_client_flush() local 600 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 604 p9_debug(P9_DEBUG_9P, ">>> TFLUSH tag %d\n", oldtag); in p9_client_flush() 606 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush()
|
Completed in 6 milliseconds