Searched refs:sep (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | cifs_dfs_ref.c | 129 char sep = ','; in compose_mount_options() local 158 sep = sb_mountdata[4]; in compose_mount_options() 164 tkn_e = strchr(sb_mountdata + off, sep); in compose_mount_options() 189 if (mountdata[strlen(mountdata) - 1] != sep) in compose_mount_options() 190 strncat(mountdata, &sep, 1); in compose_mount_options() 193 strncat(mountdata, &sep, 1); in compose_mount_options() 218 strncat(mountdata, &sep, 1); in compose_mount_options()
|
D | README | 329 sep if first mount option (after the -o), overrides 334 -o sep=.user=myname.password=mypassword.domain=mydom
|
D | CHANGES | 564 (read oplock) not allowed. Treat "sep=" when first mount option
|
/fs/nfsd/ |
D | nfsctl.c | 787 char *sep; in __write_versions() local 828 sep = ""; in __write_versions() 831 len += sprintf(buf+len, "%s%c%d", sep, in __write_versions() 834 sep = " "; in __write_versions()
|
D | nfs4xdr.c | 1221 static __be32 nfsd4_encode_components(char sep, char *components, in nfsd4_encode_components() argument 1235 for (; *end && (*end != sep); end++) in nfsd4_encode_components()
|