Searched refs:newreq (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/nilfs2/ |
D | dat.c | 226 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 232 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 241 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 244 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 249 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 252 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
|
D | direct.c | 259 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 273 newreq.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() 280 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|