Searched refs:oldreq (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/nilfs2/ |
D | dat.c | 231 struct nilfs_palloc_req *oldreq, in nilfs_dat_prepare_update() argument 236 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update() 240 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_prepare_update() 246 struct nilfs_palloc_req *oldreq, in nilfs_dat_commit_update() argument 249 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update() 254 struct nilfs_palloc_req *oldreq, in nilfs_dat_abort_update() argument 257 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_abort_update()
|
D | direct.c | 271 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 284 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 286 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 289 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate()
|
/linux-4.4.14/net/9p/ |
D | client.c | 646 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument 652 err = p9_parse_header(oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 666 if (oldreq->status == REQ_STATUS_SENT) in p9_client_flush() 668 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
|