Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifs_dfs_ref.c142 char *mountdata = NULL; in cifs_compose_mount_options() local
194 if (mountdata == NULL) { in cifs_compose_mount_options()
234 mountdata[md_len] = '\0'; in cifs_compose_mount_options()
237 if (mountdata[strlen(mountdata) - 1] != sep) in cifs_compose_mount_options()
239 strcat(mountdata, "ip="); in cifs_compose_mount_options()
252 return mountdata; in cifs_compose_mount_options()
255 kfree(mountdata); in cifs_compose_mount_options()
256 mountdata = ERR_PTR(rc); in cifs_compose_mount_options()
277 char *mountdata; in cifs_dfs_do_mount() local
293 if (IS_ERR(mountdata)) { in cifs_dfs_do_mount()
[all …]

Completed in 3 milliseconds