Searched refs:oldreq (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/nilfs2/ |
D | dat.c | 227 struct nilfs_palloc_req *oldreq, in nilfs_dat_prepare_update() argument 232 ret = nilfs_dat_prepare_end(dat, oldreq); in nilfs_dat_prepare_update() 236 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_prepare_update() 242 struct nilfs_palloc_req *oldreq, in nilfs_dat_commit_update() argument 245 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update() 250 struct nilfs_palloc_req *oldreq, in nilfs_dat_abort_update() argument 253 nilfs_dat_abort_end(dat, oldreq); in nilfs_dat_abort_update()
|
D | direct.c | 256 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 269 oldreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 271 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 274 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate()
|
/linux-3.4.99/net/9p/ |
D | client.c | 639 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush() argument 645 err = p9_parse_header(oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush() 659 if (oldreq->status == REQ_STATUS_FLSH) in p9_client_flush() 660 list_del(&oldreq->req_list); in p9_client_flush()
|