Home
last modified time | relevance | path

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

/fs/cachefiles/
A Dkey.c43 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 Dreparse.c67 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 Ddfs_cache.c560 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 Dcached_dir.c79 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 Dcifsfs.c895 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 Dconnect.c3826 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 Dsmb2pdu.c2781 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 Dcompress.h84 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 Ddecompressor_crypto.c167 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 Dctrlmondata.c388 bool sep = false; in show_doms() local
396 if (sep) in show_doms()
406 sep = true; in show_doms()
A Drdtgroup.c1061 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 Dnfsctl.c523 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 Dnfs4xdr.c2636 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 Dpolicy.c881 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 Dfs_context.c207 char *(*sep)(char **)) in vfs_parse_monolithic_sep()
219 while ((key = sep(&options)) != NULL) { in vfs_parse_monolithic_sep()
/fs/ext4/
A Dsuper.c2925 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()

Completed in 77 milliseconds