Searched refs:md_len (Results 1 – 2 of 2) sorted by relevance
145 int md_len; in cifs_compose_mount_options() local177 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options()178 mountdata = kzalloc(md_len + 1, GFP_KERNEL); in cifs_compose_mount_options()215 mountdata[md_len] = '\0'; in cifs_compose_mount_options()
2162 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local2184 md_len = mselect6 ? (arr[0] + 1) : ((arr[0] << 8) + arr[1] + 2); in resp_mode_select()2186 if (md_len > 2) { in resp_mode_select()