Searched refs:rnb (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1652 struct niobuf_remote *rnb; in echo_client_prep_commit() local 1665 OBD_ALLOC(rnb, npages * sizeof(struct niobuf_remote)); in echo_client_prep_commit() 1667 if (lnb == NULL || rnb == NULL) { in echo_client_prep_commit() 1686 rnb[i].offset = off; in echo_client_prep_commit() 1687 rnb[i].len = PAGE_CACHE_SIZE; in echo_client_prep_commit() 1688 rnb[i].flags = brw_flags; in echo_client_prep_commit() 1695 ret = obd_preprw(env, rw, exp, oa, 1, &ioo, rnb, &lpages, in echo_client_prep_commit() 1719 rnb[i].offset, in echo_client_prep_commit() 1720 rnb[i].len); in echo_client_prep_commit() 1724 rnb[i].offset, in echo_client_prep_commit() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 1161 struct niobuf_remote *rnb, in dt_bufs_get() argument 1168 return d->do_body_ops->dbo_bufs_get(env, d, rnb->offset, in dt_bufs_get() 1169 rnb->len, lnb, rw, capa); in dt_bufs_get()
|
D | obd_class.h | 1230 struct niobuf_remote *rnb, int pages, in obd_commitrw() argument 1238 rnb, pages, local, oti, rc); in obd_commitrw()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3371 void dump_rniobuf(struct niobuf_remote *rnb);
|