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

/linux-4.4.14/fs/cifs/
H A Dcifs_dfs_ref.c146 char *tkn_e; cifs_compose_mount_options() local
193 tkn_e = strchr(sb_mountdata + off, sep); cifs_compose_mount_options()
194 if (tkn_e == NULL) cifs_compose_mount_options()
197 noff = tkn_e - (sb_mountdata + off) + 1; cifs_compose_mount_options()
213 } while (tkn_e); cifs_compose_mount_options()

Completed in 63 milliseconds