Searched refs:newreq (Results 1 – 2 of 2) sorted by relevance
/fs/nilfs2/ |
D | dat.c | 228 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 234 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 243 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 246 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 251 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 254 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
|
D | direct.c | 268 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 282 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 283 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 286 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate() 289 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|