/fs/nfs/ |
D | super.c | 1072 static int nfs_parse_version_string(char *string, in nfs_parse_version_string() argument 1077 switch (match_token(string, nfs_vers_tokens, args)) { in nfs_parse_version_string() 1116 char *string; in nfs_get_option_ul() local 1118 string = match_strdup(args); in nfs_get_option_ul() 1119 if (string == NULL) in nfs_get_option_ul() 1121 rc = kstrtoul(string, 10, option); in nfs_get_option_ul() 1122 kfree(string); in nfs_get_option_ul() 1136 char *p, *string, *secdata; in nfs_parse_mount_options() local 1355 string = match_strdup(args); in nfs_parse_mount_options() 1356 if (string == NULL) in nfs_parse_mount_options() [all …]
|
D | nfs4namespace.c | 122 static size_t nfs_parse_server_name(char *string, size_t len, in nfs_parse_server_name() argument 128 ret = rpc_pton(net, string, len, sa, salen); in nfs_parse_server_name() 130 ret = nfs_dns_resolve_name(net, string, len, sa, salen); in nfs_parse_server_name()
|
D | dir.c | 135 struct qstr string; member 195 kfree(array->array[i].string.name); in nfs_readdir_clear_array() 205 int nfs_readdir_make_qstr(struct qstr *string, const char *name, unsigned int len) in nfs_readdir_make_qstr() argument 207 string->len = len; in nfs_readdir_make_qstr() 208 string->name = kmemdup(name, len, GFP_KERNEL); in nfs_readdir_make_qstr() 209 if (string->name == NULL) in nfs_readdir_make_qstr() 215 kmemleak_not_leak(string->name); in nfs_readdir_make_qstr() 216 string->hash = full_name_hash(name, len); in nfs_readdir_make_qstr() 240 ret = nfs_readdir_make_qstr(&cache_entry->string, entry->name, entry->len); in nfs_readdir_add_to_array() 301 array->array[i].string.name, in nfs_readdir_search_for_cookie() [all …]
|
D | Kconfig | 123 string "NFSv4.1 Implementation ID Domain"
|
D | nfs4xdr.c | 2963 static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string) in decode_opaque_inline() argument 2974 *string = (char *)p; in decode_opaque_inline()
|
/fs/cifs/ |
D | connect.c | 974 char *string; in get_option_ul() local 976 string = match_strdup(args); in get_option_ul() 977 if (string == NULL) in get_option_ul() 979 rc = kstrtoul(string, 0, option); in get_option_ul() 980 kfree(string); in get_option_ul() 1191 char *string = NULL; in cifs_parse_mount_options() local 1561 string = match_strdup(args); in cifs_parse_mount_options() 1562 if (string == NULL) in cifs_parse_mount_options() 1565 if (strnlen(string, MAX_USERNAME_SIZE) > in cifs_parse_mount_options() 1570 vol->username = kstrdup(string, GFP_KERNEL); in cifs_parse_mount_options() [all …]
|
D | CHANGES | 42 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/nfsd/ |
D | nfs4acl.c | 817 char *string; member 822 .string = "OWNER@", 827 .string = "GROUP@", 832 .string = "EVERYONE@", 845 0 == memcmp(s2t_map[i].string, p, len)) in nfs4_acl_get_whotype() 858 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen); in nfs4_acl_write_who()
|
/fs/hfs/ |
D | Makefile | 9 part_tbl.o string.o super.o sysdep.o trans.o
|
/fs/lockd/ |
D | mon.c | 463 static void encode_nsm_string(struct xdr_stream *xdr, const char *string) in encode_nsm_string() argument 465 const u32 len = strlen(string); in encode_nsm_string() 469 xdr_encode_opaque(p, string, len); in encode_nsm_string()
|
/fs/sdcardfs/ |
D | sdcardfs.h | 662 #define QSTR_LITERAL(string) QSTR_INIT(string, sizeof(string)-1) argument
|
/fs/befs/ |
D | ChangeLog | 27 * 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/ |
D | Kconfig | 87 string "Default iocharset for FAT"
|
/fs/nls/ |
D | Kconfig | 21 string "Default NLS Option"
|