Searched refs:newreq (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nilfs2/ |
D | dat.c | 232 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 238 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 247 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 250 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 255 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 258 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
|
D | direct.c | 271 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local 285 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate() 286 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate() 289 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate() 292 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_rc.c | 224 char newreq; in ipath_make_rc_req() local 285 newreq = 0; in ipath_make_rc_req() 300 newreq = 1; in ipath_make_rc_req() 342 if (newreq && qp->s_lsn != (u32) -1) in ipath_make_rc_req() 386 if (newreq) { in ipath_make_rc_req() 422 if (newreq) { in ipath_make_rc_req() 465 if (newreq) { in ipath_make_rc_req()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 242 char newreq; in qib_make_rc_req() local 309 newreq = 0; in qib_make_rc_req() 324 newreq = 1; in qib_make_rc_req() 366 if (newreq && !(qp->s_flags & QIB_S_UNLIMITED_CREDIT)) in qib_make_rc_req() 411 if (newreq) { in qib_make_rc_req() 449 if (newreq) { in qib_make_rc_req() 494 if (newreq) { in qib_make_rc_req()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | rc.c | 272 char newreq; in hfi1_make_rc_req() local 337 newreq = 0; in hfi1_make_rc_req() 354 newreq = 1; in hfi1_make_rc_req() 396 if (newreq && !(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req() 440 if (newreq) { in hfi1_make_rc_req() 477 if (newreq) { in hfi1_make_rc_req() 522 if (newreq) { in hfi1_make_rc_req()
|