Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_dfs_ref.c124 * @sb_mountdata: parent/root DFS mount options (template)
129 * creates mount options for submount based on template options sb_mountdata
135 char *cifs_compose_mount_options(const char *sb_mountdata, in cifs_compose_mount_options() argument
150 if (sb_mountdata == NULL) in cifs_compose_mount_options()
192 md_len = strlen(sb_mountdata) + INET6_ADDRSTRLEN; in cifs_compose_mount_options()
201 if (strncmp(sb_mountdata, "sep=", 4) == 0) { in cifs_compose_mount_options()
202 sep = sb_mountdata[4]; in cifs_compose_mount_options()
203 strncpy(mountdata, sb_mountdata, 5); in cifs_compose_mount_options()
208 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()
210 noff = strlen(sb_mountdata in cifs_compose_mount_options()
[all...]
H A Dcifsproto.h80 extern char *cifs_compose_mount_options(const char *sb_mountdata,

Completed in 2 milliseconds