Searched refs:md_len (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_dfs_ref.c | 144 int md_len; in cifs_compose_mount_options() local 192 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options() 193 mountdata = kzalloc(md_len + sizeof("ip=") + 1, GFP_KERNEL); in cifs_compose_mount_options() 230 mountdata[md_len] = '\0'; in cifs_compose_mount_options()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha3-ce-glue.c | 32 int md_len);
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha3-ce-glue.c | 32 int md_len);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 2488 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local 2509 md_len = mselect6 ? (arr[0] + 1) : (get_unaligned_be16(arr + 0) + 2); in resp_mode_select() 2512 if (md_len > 2 || off >= res) { in resp_mode_select()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 2497 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local 2518 md_len = mselect6 ? (arr[0] + 1) : (get_unaligned_be16(arr + 0) + 2); in resp_mode_select() 2521 if (md_len > 2 || off >= res) { in resp_mode_select()
|
Completed in 22 milliseconds