Lines Matching defs:length
1156 if (!sdb->length)
1180 if (sdb->length <= off_dst)
1262 arr[num++] = 0x4; /* length */
1334 arr[num++] = plen; /* length, null termianted, padded */
1346 arr[num++] = plen; /* length, null terminated, padded */
1369 arr[num++] = 12; /* length tp descriptor */
1374 arr[num++] = 0x8; /* length */
1384 arr[num++] = 12; /* length tp descriptor */
1389 arr[num++] = 0x8; /* length */
1463 /* Optimal transfer length granularity */
1498 return 0x3c; /* Mandatory page length for Logical Block Provisioning */
1967 * - The allocated length
1968 * - The constructed command length
2899 /* transfer length excessive (tie in to block limits VPD page) */
2948 if (!sdb->length || !sip)
2979 if (!sdb->length)
3078 size_t len = min_t(size_t, miter.length, resid);
3315 for (ppage_offset = 0; ppage_offset < piter.length;
3320 if (dpage_offset >= diter.length) {
4154 unsigned int rlen; /* response length (in bytes) */
5714 MODULE_PARM_DESC(opt_blks, "optimal transfer length in blocks (def=1024)");
5715 MODULE_PARM_DESC(opt_xferlen_exp, "optimal transfer length granularity exponent (def=physblk_exp)");
5763 int length)
5767 int minLen = length > 15 ? 15 : length;
5780 return length;