Searched refs:newreq (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/nilfs2/ |
D | dat.c | 219 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 225 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 234 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 237 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 242 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 245 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()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 232 char newreq; in qib_make_rc_req() local 292 newreq = 0; in qib_make_rc_req() 306 newreq = 1; in qib_make_rc_req() 347 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in qib_make_rc_req() 390 if (newreq) { in qib_make_rc_req() 421 if (newreq) { in qib_make_rc_req() 463 if (newreq) { in qib_make_rc_req()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | rc.c | 268 char newreq; in hfi1_make_rc_req() local 343 newreq = 0; in hfi1_make_rc_req() 389 newreq = 1; in hfi1_make_rc_req() 437 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req() 481 if (newreq) { in hfi1_make_rc_req() 512 if (newreq) { in hfi1_make_rc_req() 554 if (newreq) { in hfi1_make_rc_req()
|