Searched refs:newreq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nilfs2/ |
D | dat.c | 234 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument 240 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update() 249 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 252 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update() 257 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument 260 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.1.27/drivers/infiniband/hw/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.1.27/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() 410 if (newreq) { in qib_make_rc_req() 447 if (newreq) { in qib_make_rc_req() 492 if (newreq) { in qib_make_rc_req()
|