Home
last modified time | relevance | path

Searched refs:newreq (Results 1 – 2 of 2) sorted by relevance

/fs/nilfs2/
Ddat.c233 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument
239 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update()
248 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
251 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update()
256 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument
259 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
Ddirect.c259 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()