Searched defs:niobuf (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c1144 /* return error if any niobuf was in error */
1257 struct niobuf_remote *niobuf; local
1289 niocount * sizeof(*niobuf));
1316 niobuf = req_capsule_client_get(pill, &RMF_NIOBUF_REMOTE);
1317 LASSERT(body != NULL && ioobj != NULL && niobuf != NULL);
1332 for (requested_nob = i = 0; i < page_count; i++, niobuf++) {
1359 niobuf--;
1360 niobuf->len += pg->count;
1362 niobuf->offset = pg->off;
1363 niobuf
[all...]

Completed in 75 milliseconds