Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifs_dfs_ref.c145 char *tkn_e; in cifs_compose_mount_options() local
208 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()
209 if (tkn_e == NULL) in cifs_compose_mount_options()
212 noff = tkn_e - (sb_mountdata + off) + 1; in cifs_compose_mount_options()
232 } while (tkn_e); in cifs_compose_mount_options()