Home
last modified time | relevance | path

Searched refs:niocount (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1099 int requested_nob, int niocount, in check_write_rcs() argument
1107 niocount); in check_write_rcs()
1114 for (i = 0; i < niocount; i++) { in check_write_rcs()
1227 int niocount, i, requested_nob, opc, rc; in osc_brw_prep_request() local
1249 for (niocount = i = 1; i < page_count; i++) { in osc_brw_prep_request()
1251 niocount++; in osc_brw_prep_request()
1258 niocount * sizeof(*niobuf)); in osc_brw_prep_request()
1290 ioobj->ioo_bufcnt = niocount; in osc_brw_prep_request()
1335 LASSERTF((void *)(niobuf - niocount) == in osc_brw_prep_request()
1338 &RMF_NIOBUF_REMOTE), (void *)(niobuf - niocount)); in osc_brw_prep_request()
[all …]