Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nilfs2/
A Ddat.c243 struct nilfs_palloc_req *oldreq, in nilfs_dat_prepare_update() argument
248 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update()
252 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_prepare_update()
258 struct nilfs_palloc_req *oldreq, in nilfs_dat_commit_update() argument
261 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
266 struct nilfs_palloc_req *oldreq, in nilfs_dat_abort_update() argument
269 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_abort_update()
A Ddirect.c259 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.3-rc2/net/9p/
A Dclient.c592 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument
598 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
611 if (READ_ONCE(oldreq->status) == REQ_STATUS_SENT) { in p9_client_flush()
613 c->trans_mod->cancelled(c, oldreq); in p9_client_flush()

Completed in 9 milliseconds