Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Ddirect.c264 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local
277 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate()
279 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate()
282 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate()
/linux/net/9p/
H A Dclient.c597 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument
603 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
616 if (READ_ONCE(oldreq->status) == REQ_STATUS_SENT) { in p9_client_flush()
618 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()