Home
last modified time | relevance | path

Searched refs:cstr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
Dhooks.c310 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local
340 cstr.name = (unsigned char *)sd->encrypted_path; in fscrypt_get_symlink()
341 cstr.len = le16_to_cpu(sd->len); in fscrypt_get_symlink()
343 if (cstr.len == 0) in fscrypt_get_symlink()
346 if (cstr.len + sizeof(*sd) - 1 > max_size) in fscrypt_get_symlink()
349 err = fscrypt_fname_alloc_buffer(cstr.len, &pstr); in fscrypt_get_symlink()
353 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr); in fscrypt_get_symlink()
/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dgcc-common.h172 tree cstr, elem, index, type; in build_const_char_string() local
174 cstr = build_string(len, str); in build_const_char_string()
178 TREE_TYPE(cstr) = type; in build_const_char_string()
179 TREE_CONSTANT(cstr) = 1; in build_const_char_string()
180 TREE_READONLY(cstr) = 1; in build_const_char_string()
181 TREE_STATIC(cstr) = 1; in build_const_char_string()
182 return cstr; in build_const_char_string()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-diff.c233 char *cstr = (char *) str; in setup_compute() local
258 cstr = buf; in setup_compute()
262 if (!strcmp(cstr, compute_names[i])) { in setup_compute()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch21209 + const char *cstr;
21272 + {.type = CONFIG_TYPE_PCSTR, .item_name = (n), .cstr = (v)}