Searched refs:oldreq (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/nilfs2/ |
D | dat.c | 218 struct nilfs_palloc_req *oldreq, in nilfs_dat_prepare_update() argument 223 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update() 227 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_prepare_update() 233 struct nilfs_palloc_req *oldreq, in nilfs_dat_commit_update() argument 236 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update() 241 struct nilfs_palloc_req *oldreq, in nilfs_dat_abort_update() argument 244 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_abort_update()
|
D | direct.c | 259 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 272 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 274 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 277 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate()
|
/linux-5.19.10/net/9p/ |
D | client.c | 649 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument 655 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 668 if (oldreq->status == REQ_STATUS_SENT) { in p9_client_flush() 670 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
|