Searched refs:newreq (Results 1 – 2 of 2) sorted by relevance
| /fs/nilfs2/ |
| A D | direct.c | 264 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 281 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 282 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 285 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate() 288 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|
| A D | dat.c | 244 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 250 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 259 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 262 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 267 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 270 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
|
Completed in 7 milliseconds