Searched refs:sep (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | dns_resolve.c | 49 const char *hostname, *sep; in dns_resolve_server_name_to_ip() local 67 sep = memchr(hostname, '/', len); in dns_resolve_server_name_to_ip() 68 if (sep) in dns_resolve_server_name_to_ip() 69 len = sep - hostname; in dns_resolve_server_name_to_ip()
|
D | cifs_dfs_ref.c | 148 char sep = ','; in cifs_compose_mount_options() local 187 sep = sb_mountdata[4]; in cifs_compose_mount_options() 193 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options() 218 if (mountdata[strlen(mountdata) - 1] != sep) in cifs_compose_mount_options() 219 strncat(mountdata, &sep, 1); in cifs_compose_mount_options()
|
D | cifsfs.c | 605 char sep; in cifs_get_root() local 614 sep = CIFS_DIR_SEP(cifs_sb); in cifs_get_root() 634 while (*s == sep) in cifs_get_root() 640 while (*s && *s != sep) in cifs_get_root()
|
D | connect.c | 3664 char sep, tmp; in cifs_are_all_path_components_accessible() local 3666 sep = CIFS_DIR_SEP(cifs_sb); in cifs_are_all_path_components_accessible() 3672 while (*s == sep) in cifs_are_all_path_components_accessible() 3677 while (*s && *s != sep) in cifs_are_all_path_components_accessible()
|
/fs/nfsd/ |
D | nfsctl.c | 549 char *sep; in __write_versions() local 603 sep = ""; in __write_versions() 607 len = snprintf(buf, remaining, "%s%c%d", sep, in __write_versions() 610 sep = " "; in __write_versions()
|
D | nfs4xdr.c | 1923 static __be32 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, in nfsd4_encode_components_esc() argument 1950 if (*end && (!*next || *next == sep)) { in nfsd4_encode_components_esc() 1957 for (; *end && (*end != sep); end++) in nfsd4_encode_components_esc() 1983 static __be32 nfsd4_encode_components(struct xdr_stream *xdr, char sep, in nfsd4_encode_components() argument 1986 return nfsd4_encode_components_esc(xdr, sep, components, 0, 0); in nfsd4_encode_components()
|
/fs/btrfs/ |
D | super.c | 1251 char *buf, *dst, *sep; in setup_root_args() local 1262 sep = strchrnul(args, ','); in setup_root_args() 1265 memcpy(dst, args, sep - args); in setup_root_args() 1266 dst += sep - args; in setup_root_args() 1269 if (*sep) in setup_root_args() 1270 args = sep + 1; in setup_root_args()
|
/fs/ext4/ |
D | super.c | 1836 char sep = nodefs ? '\n' : ','; in _ext4_show_options() local 1838 #define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep) in _ext4_show_options() 1839 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options()
|