Searched refs:oldreq (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/nilfs2/ |
D | dat.c | 225 struct nilfs_palloc_req *oldreq, in nilfs_dat_prepare_update() argument 230 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update() 234 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_prepare_update() 240 struct nilfs_palloc_req *oldreq, in nilfs_dat_commit_update() argument 243 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update() 248 struct nilfs_palloc_req *oldreq, in nilfs_dat_abort_update() argument 251 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-6.1.9/net/9p/ |
D | client.c | 589 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument 595 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 608 if (READ_ONCE(oldreq->status) == REQ_STATUS_SENT) { in p9_client_flush() 610 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()
|