Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifs_dfs_ref.c127 char *tkn_e; in cifs_compose_mount_options() local
168 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()
169 if (tkn_e == NULL) in cifs_compose_mount_options()
172 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()
188 } while (tkn_e); in cifs_compose_mount_options()
202 tkn_e = strchr(ref->node_name + 2, '\\'); in cifs_compose_mount_options()
203 if (tkn_e == NULL) { in cifs_compose_mount_options()
209 tkn_e = strchr(tkn_e + 1, '\\'); in cifs_compose_mount_options()
210 if (tkn_e || (strlen(fullpath) - ref->path_consumed)) { in cifs_compose_mount_options()
213 if (tkn_e) in cifs_compose_mount_options()
[all …]