Home
last modified time | relevance | path

Searched refs:sb_mountdata (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/cifs/
Dcifs_dfs_ref.c119 char *cifs_compose_mount_options(const char *sb_mountdata, in cifs_compose_mount_options() argument
132 if (sb_mountdata == NULL) in cifs_compose_mount_options()
152 md_len = strlen(sb_mountdata) + rc + strlen(ref->node_name) + 12; in cifs_compose_mount_options()
161 if (strncmp(sb_mountdata, "sep=", 4) == 0) { in cifs_compose_mount_options()
162 sep = sb_mountdata[4]; in cifs_compose_mount_options()
163 strncpy(mountdata, sb_mountdata, 5); in cifs_compose_mount_options()
168 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()
170 noff = strlen(sb_mountdata + off); in cifs_compose_mount_options()
172 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()
174 if (strnicmp(sb_mountdata + off, "unc=", 4) == 0) { in cifs_compose_mount_options()
[all …]
Dcifsproto.h60 extern char *cifs_compose_mount_options(const char *sb_mountdata,