Searched refs:rnb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 1653 struct niobuf_remote *rnb; in echo_client_prep_commit() local 1666 rnb = kcalloc(npages, sizeof(struct niobuf_remote), GFP_NOFS); in echo_client_prep_commit() 1668 if (lnb == NULL || rnb == NULL) { in echo_client_prep_commit() 1687 rnb[i].offset = off; in echo_client_prep_commit() 1688 rnb[i].len = PAGE_CACHE_SIZE; in echo_client_prep_commit() 1689 rnb[i].flags = brw_flags; in echo_client_prep_commit() 1696 ret = obd_preprw(env, rw, exp, oa, 1, &ioo, rnb, &lpages, in echo_client_prep_commit() 1720 rnb[i].offset, in echo_client_prep_commit() 1721 rnb[i].len); in echo_client_prep_commit() 1725 rnb[i].offset, in echo_client_prep_commit() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1132 struct niobuf_remote *rnb, int pages, in obd_commitrw() argument 1140 rnb, pages, local, oti, rc); in obd_commitrw()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3347 void dump_rniobuf(struct niobuf_remote *rnb);
|