Lines Matching refs:alloc_len

1564 	int alloc_len, n, ret;  in resp_inquiry()  local
1567 alloc_len = get_unaligned_be16(cmd + 3); in resp_inquiry()
1678 len = min(get_unaligned_be16(arr + 2) + 4, alloc_len); in resp_inquiry()
1716 min_t(int, alloc_len, SDEBUG_LONG_INQ_SZ)); in resp_inquiry()
1731 int alloc_len = cmd[4]; in resp_requests() local
1776 return fill_from_dev_buffer(scp, arr, min_t(int, len, alloc_len)); in resp_requests()
1858 int alloc_len; in resp_readcap16() local
1860 alloc_len = get_unaligned_be32(cmd + 10); in resp_readcap16()
1887 min_t(int, alloc_len, SDEBUG_READCAP16_ARR_SZ)); in resp_readcap16()
1974 u32 alloc_len, a_len; in resp_rsup_opcodes() local
1985 alloc_len = get_unaligned_be32(cmd + 6); in resp_rsup_opcodes()
1986 if (alloc_len < 4 || alloc_len > 0xffff) { in resp_rsup_opcodes()
1990 if (alloc_len > 8192) in resp_rsup_opcodes()
1993 a_len = alloc_len; in resp_rsup_opcodes()
2113 len = (offset < alloc_len) ? offset : alloc_len; in resp_rsup_opcodes()
2123 u32 alloc_len, len; in resp_rsup_tmfs() local
2129 alloc_len = get_unaligned_be32(cmd + 6); in resp_rsup_tmfs()
2130 if (alloc_len < 4) { in resp_rsup_tmfs()
2142 len = (len < alloc_len) ? len : alloc_len; in resp_rsup_tmfs()
2313 int alloc_len, offset, len, target_dev_id; in resp_mode_sense() local
2332 alloc_len = msense_6 ? cmd[4] : get_unaligned_be16(cmd + 7); in resp_mode_sense()
2469 return fill_from_dev_buffer(scp, arr, min_t(int, alloc_len, offset)); in resp_mode_sense()
2584 int ppc, sp, pcode, subpcode, alloc_len, len, n; in resp_log_sense() local
2597 alloc_len = get_unaligned_be16(cmd + 7); in resp_log_sense()
2654 len = min_t(int, get_unaligned_be16(arr + 2) + 4, alloc_len); in resp_log_sense()
3989 u32 alloc_len, mapped, num; in resp_get_lba_status() local
3994 alloc_len = get_unaligned_be32(cmd + 10); in resp_get_lba_status()
3996 if (alloc_len < 24) in resp_get_lba_status()
4116 unsigned int alloc_len; in resp_report_luns() local
4132 alloc_len = get_unaligned_be32(cmd + 6); in resp_report_luns()
4134 if (alloc_len < 4) { in resp_report_luns()
4135 pr_err("alloc len too small %d\n", alloc_len); in resp_report_luns()
4288 u32 alloc_len, rep_opts, rep_len; in resp_report_zones() local
4302 alloc_len = get_unaligned_be32(cmd + 10); in resp_report_zones()
4312 rep_max_zones = min((alloc_len - 64) >> ilog2(RZONES_DESC_HD), in resp_report_zones()
4315 arr = kcalloc(RZONES_DESC_HD, alloc_len, GFP_ATOMIC); in resp_report_zones()
4407 ret = fill_from_dev_buffer(scp, arr, min_t(int, alloc_len, rep_len)); in resp_report_zones()