Searched refs:reclen (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/char/ |
D | vmur.c | 109 urd->reclen = cdev->id.driver_info; in urdev_alloc() 232 int reclen) in alloc_chan_prog() argument 238 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog() 253 cpa[i].count = reclen; in alloc_chan_prog() 254 kbuf = kmalloc(reclen, GFP_KERNEL | GFP_DMA); in alloc_chan_prog() 260 if (copy_from_user(kbuf, ubuf, reclen)) { in alloc_chan_prog() 264 ubuf += reclen; in alloc_chan_prog() 344 rc = sprintf(buf, "%zu\n", urd->reclen); in ur_attr_reclen_show() 349 static DEVICE_ATTR(reclen, 0444, ur_attr_reclen_show, NULL); 417 size_t count, size_t reclen, loff_t *ppos) in do_write() argument [all …]
|
D | vmur.h | 72 size_t reclen; /* Record length for *write* CCWs */ member
|
/drivers/s390/block/ |
D | dasd_eckd.c | 348 unsigned int reclen, unsigned int tlf) in locate_record_ext() argument 369 dn = ceil_quot(reclen + 6, 232); in locate_record_ext() 370 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record_ext() 374 d = 7 + ceil_quot(reclen + 12, 32); in locate_record_ext() 409 data->length = reclen; in locate_record_ext() 415 data->length = reclen; in locate_record_ext() 437 data->length = reclen; /* not tlf, as one might think */ in locate_record_ext() 446 data->length = reclen; in locate_record_ext() 452 data->length = reclen; in locate_record_ext() 470 data->length = reclen; in locate_record_ext() [all …]
|
/drivers/net/wireless/intersil/orinoco/ |
D | hw.c | 286 u16 reclen; in orinoco_hw_read_card_settings() local 300 sizeof(nickbuf), &reclen, &nickbuf); in orinoco_hw_read_card_settings() 308 len = min(IW_ESSID_MAX_SIZE, 2 * reclen); in orinoco_hw_read_card_settings()
|