Home
last modified time | relevance | path

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

/linux/net/9p/
H A Dclient.c474 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument
480 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
493 if (READ_ONCE(oldreq->status) == REQ_STATUS_SENT) { in p9_client_flush()
495 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()