Searched refs:niocount (Results 1 – 1 of 1) sorted by relevance
1130 int requested_nob, int niocount, in check_write_rcs() argument1138 niocount); in check_write_rcs()1145 for (i = 0; i < niocount; i++) { in check_write_rcs()1257 int niocount, i, requested_nob, opc, rc; in osc_brw_prep_request() local1279 for (niocount = i = 1; i < page_count; i++) { in osc_brw_prep_request()1281 niocount++; in osc_brw_prep_request()1288 niocount * sizeof(*niobuf)); in osc_brw_prep_request()1321 ioobj->ioo_bufcnt = niocount; in osc_brw_prep_request()1367 LASSERTF((void *)(niobuf - niocount) == in osc_brw_prep_request()1370 &RMF_NIOBUF_REMOTE), (void *)(niobuf - niocount)); in osc_brw_prep_request()[all …]