Searched refs:sb_mountdata (Results 1 – 2 of 2) sorted by relevance
135 char *cifs_compose_mount_options(const char *sb_mountdata, in cifs_compose_mount_options() argument150 if (sb_mountdata == NULL) in cifs_compose_mount_options()180 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options()189 if (strncmp(sb_mountdata, "sep=", 4) == 0) { in cifs_compose_mount_options()190 sep = sb_mountdata[4]; in cifs_compose_mount_options()191 strncpy(mountdata, sb_mountdata, 5); in cifs_compose_mount_options()196 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()198 noff = strlen(sb_mountdata + off); in cifs_compose_mount_options()200 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()202 if (strncasecmp(sb_mountdata + off, "unc=", 4) == 0) { in cifs_compose_mount_options()[all …]
80 extern char *cifs_compose_mount_options(const char *sb_mountdata,