| /fs/cachefiles/ |
| A D | key.c | 43 char *name, sep; in cachefiles_cook_key() local 90 sep = (nbe <= nle) ? 'S' : 'T'; /* Encoding indicator */ in cachefiles_cook_key() 98 name[len++] = sep; in cachefiles_cook_key() 101 sep = ','; in cachefiles_cook_key()
|
| /fs/smb/client/ |
| A D | reparse.c | 67 char sep = CIFS_DIR_SEP(cifs_sb); in create_native_symlink() local 156 if (sep == '\\') in create_native_symlink() 157 convert_delimiter(sym, sep); in create_native_symlink() 252 char sep = CIFS_DIR_SEP(cifs_sb); in detect_directory_symlink_target() local 316 path_sep = strrchr(resolved_path, sep); in detect_directory_symlink_target() 322 if (sep == '\\') in detect_directory_symlink_target() 323 convert_delimiter(path_sep, sep); in detect_directory_symlink_target() 792 char sep = CIFS_DIR_SEP(cifs_sb); in smb2_parse_native_symlink() local 943 if (full_path[i] == sep) in smb2_parse_native_symlink() 954 linux_target[i*3 + 2] = sep; in smb2_parse_native_symlink() [all …]
|
| A D | dfs_cache.c | 560 char sep = *s; in lookup_cache_entry() local 564 while ((s = strchr(s, sep)) && ++cnt < 3) in lookup_cache_entry() 584 while (e > s && *e == sep) in lookup_cache_entry() 598 while (e > s && *e != sep) in lookup_cache_entry() 1053 char sep; in dfs_cache_get_tgt_share() local 1063 sep = it->it_name[0]; in dfs_cache_get_tgt_share() 1064 if (sep != '\\' && sep != '/') in dfs_cache_get_tgt_share() 1088 ppath[c] = sep; in dfs_cache_get_tgt_share()
|
| A D | cached_dir.c | 79 char sep; in path_to_dentry() local 81 sep = CIFS_DIR_SEP(cifs_sb); in path_to_dentry() 96 while (*s == sep) in path_to_dentry() 102 while (*s && *s != sep) in path_to_dentry()
|
| A D | cifsfs.c | 895 char sep; in cifs_get_root() local 907 sep = CIFS_DIR_SEP(cifs_sb); in cifs_get_root() 922 while (*s == sep) in cifs_get_root() 928 while (*s && *s != sep) in cifs_get_root()
|
| A D | connect.c | 3826 char sep, tmp; in cifs_are_all_path_components_accessible() local 3829 sep = CIFS_DIR_SEP(cifs_sb); in cifs_are_all_path_components_accessible() 3835 while (*s == sep) in cifs_are_all_path_components_accessible() 3840 while (*s && *s != sep) in cifs_are_all_path_components_accessible()
|
| A D | smb2pdu.c | 2781 const __le16 sep[] = {cpu_to_le16('\\'), cpu_to_le16(0x0000)}; in alloc_path_with_tree_prefix() local 2812 UniStrcat((wchar_t *)*out_path, (wchar_t *)sep); in alloc_path_with_tree_prefix()
|
| /fs/erofs/ |
| A D | compress.h | 84 int z_erofs_crypto_show_engines(char *buf, int size, char sep); 87 static inline int z_erofs_crypto_show_engines(char *buf, int size, char sep) { return 0; } in z_erofs_crypto_show_engines() argument
|
| A D | decompressor_crypto.c | 167 int z_erofs_crypto_show_engines(char *buf, int size, char sep) in z_erofs_crypto_show_engines() argument 177 e->crypto_name, sep); in z_erofs_crypto_show_engines()
|
| /fs/resctrl/ |
| A D | ctrlmondata.c | 388 bool sep = false; in show_doms() local 396 if (sep) in show_doms() 406 sep = true; in show_doms()
|
| A D | rdtgroup.c | 1061 bool sep = false; in rdt_bit_usage_show() local 1068 if (sep) in rdt_bit_usage_show() 1121 sep = true; in rdt_bit_usage_show() 1553 bool sep; in rdtgroup_size_show() local 1583 sep = false; in rdtgroup_size_show() 1586 if (sep) in rdtgroup_size_show() 1604 sep = true; in rdtgroup_size_show() 1625 bool sep = false; in mbm_config_show() local 1631 if (sep) in mbm_config_show() 1641 sep = true; in mbm_config_show()
|
| /fs/nfsd/ |
| A D | nfsctl.c | 523 const char *sep, unsigned vers, int minor) in nfsd_print_version_support() argument 538 return snprintf(buf, remaining, format, sep, in nfsd_print_version_support() 548 char *sep; in __write_versions() local 618 sep = ""; in __write_versions() 628 sep, num, minor); in __write_versions() 636 sep = " "; in __write_versions()
|
| A D | nfs4xdr.c | 2636 static __be32 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, in nfsd4_encode_components_esc() argument 2663 if (*end && (!*next || *next == sep)) { in nfsd4_encode_components_esc() 2670 for (; *end && (*end != sep); end++) in nfsd4_encode_components_esc() 2693 static __be32 nfsd4_encode_components(struct xdr_stream *xdr, char sep, in nfsd4_encode_components() argument 2696 return nfsd4_encode_components_esc(xdr, sep, components, 0, 0); in nfsd4_encode_components()
|
| /fs/crypto/ |
| A D | policy.c | 881 void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, in fscrypt_show_test_dummy_encryption() argument 894 seq_printf(seq, "%ctest_dummy_encryption=v%d", sep, vers); in fscrypt_show_test_dummy_encryption()
|
| /fs/ |
| A D | fs_context.c | 207 char *(*sep)(char **)) in vfs_parse_monolithic_sep() 219 while ((key = sep(&options)) != NULL) { in vfs_parse_monolithic_sep()
|
| /fs/ext4/ |
| A D | super.c | 2925 char sep = nodefs ? '\n' : ','; in _ext4_show_options() local 2927 #define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep) in _ext4_show_options() 2928 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options() 3007 fscrypt_show_test_dummy_encryption(seq, sep, sb); in _ext4_show_options()
|