Home
last modified time | relevance | path

Searched refs:md_len (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/cifs/
Dcifs_dfs_ref.c144 int md_len; in cifs_compose_mount_options() local
180 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options()
181 mountdata = kzalloc(md_len + sizeof("ip=") + 1, GFP_KERNEL); in cifs_compose_mount_options()
218 mountdata[md_len] = '\0'; in cifs_compose_mount_options()
/Linux-v5.4/arch/arm64/crypto/
Dsha3-ce-glue.c28 int md_len);
/Linux-v5.4/drivers/scsi/
Dscsi_debug.c2276 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2297 md_len = mselect6 ? (arr[0] + 1) : (get_unaligned_be16(arr + 0) + 2); in resp_mode_select()
2299 if (md_len > 2) { in resp_mode_select()