Home
last modified time | relevance | path

Searched refs:string (Results 1 – 14 of 14) sorted by relevance

/fs/cifs/
Dconnect.c1130 char *string; in get_option_ul() local
1132 string = match_strdup(args); in get_option_ul()
1133 if (string == NULL) in get_option_ul()
1135 rc = kstrtoul(string, 0, option); in get_option_ul()
1136 kfree(string); in get_option_ul()
1209 char *string = NULL; in cifs_parse_mount_options() local
1564 string = match_strdup(args); in cifs_parse_mount_options()
1565 if (string == NULL) in cifs_parse_mount_options()
1568 if (strnlen(string, MAX_USERNAME_SIZE) > in cifs_parse_mount_options()
1573 vol->username = kstrdup(string, GFP_KERNEL); in cifs_parse_mount_options()
[all …]
DCHANGES42 Guard against buffer overruns in various UCS-2 to UTF-8 string conversions
43 when the UTF-8 string is composed of unusually long (more than 4 byte) converted
45 to DFS target. Convert string conversion functions from Unicode to more
46 accurately mark string length before allocating memory (which may help the
47 rare cases where a UTF-8 string is much larger than the UCS2 string that
217 Fix oops in list_del during mount caused by unaligned string.
455 longer UTF-8 strings than the string on the wire was in Unicode. Add workaround
634 Allow passwords longer than 16 bytes. Allow null password string.
/fs/nfs/
Dsuper.c1103 static int nfs_parse_version_string(char *string, in nfs_parse_version_string() argument
1108 switch (match_token(string, nfs_vers_tokens, args)) { in nfs_parse_version_string()
1147 char *string; in nfs_get_option_ul() local
1149 string = match_strdup(args); in nfs_get_option_ul()
1150 if (string == NULL) in nfs_get_option_ul()
1152 rc = strict_strtoul(string, 10, option); in nfs_get_option_ul()
1153 kfree(string); in nfs_get_option_ul()
1167 char *p, *string, *secdata; in nfs_parse_mount_options() local
1380 string = match_strdup(args); in nfs_parse_mount_options()
1381 if (string == NULL) in nfs_parse_mount_options()
[all …]
Dnfs4namespace.c121 static size_t nfs_parse_server_name(char *string, size_t len, in nfs_parse_server_name() argument
127 ret = rpc_pton(net, string, len, sa, salen); in nfs_parse_server_name()
129 ret = nfs_dns_resolve_name(net, string, len, sa, salen); in nfs_parse_server_name()
Ddir.c205 struct qstr string; member
265 kfree(array->array[i].string.name); in nfs_readdir_clear_array()
275 int nfs_readdir_make_qstr(struct qstr *string, const char *name, unsigned int len) in nfs_readdir_make_qstr() argument
277 string->len = len; in nfs_readdir_make_qstr()
278 string->name = kmemdup(name, len, GFP_KERNEL); in nfs_readdir_make_qstr()
279 if (string->name == NULL) in nfs_readdir_make_qstr()
285 kmemleak_not_leak(string->name); in nfs_readdir_make_qstr()
286 string->hash = full_name_hash(name, len); in nfs_readdir_make_qstr()
310 ret = nfs_readdir_make_qstr(&cache_entry->string, entry->name, entry->len); in nfs_readdir_add_to_array()
371 array->array[i].string.name, in nfs_readdir_search_for_cookie()
[all …]
DKconfig103 string "NFSv4.1 Implementation ID Domain"
Dnfs4xdr.c2916 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline() argument
2927 *string = (char *)p; in decode_opaque_inline()
/fs/nfsd/
Dnfs4acl.c788 char *string; member
793 .string = "OWNER@",
798 .string = "GROUP@",
803 .string = "EVERYONE@",
816 0 == memcmp(s2t_map[i].string, p, len)) in nfs4_acl_get_whotype()
829 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen); in nfs4_acl_write_who()
/fs/hfs/
DMakefile9 part_tbl.o string.o super.o sysdep.o trans.o
/fs/lockd/
Dmon.c407 static void encode_nsm_string(struct xdr_stream *xdr, const char *string) in encode_nsm_string() argument
409 const u32 len = strlen(string); in encode_nsm_string()
414 xdr_encode_opaque(p, string, len); in encode_nsm_string()
/fs/befs/
DChangeLog27 * Did the string comparison really right this time (btree.c) [WD]
51 finding the first key that is a substring of the string it is searching
187 symlink string). (super.c, inode.c, befs_fs.h) [WD]
/fs/fat/
DKconfig87 string "Default iocharset for FAT"
/fs/gfs2/
Dglock.c52 char string[512]; /* scratch space */ member
952 vsprintf(gi->string, fmt, args); in gfs2_print_dbg()
953 seq_printf(seq, gi->string); in gfs2_print_dbg()
/fs/nls/
DKconfig21 string "Default NLS Option"