Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dhooks.c238 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local
268 cstr.name = (unsigned char *)sd->encrypted_path; in fscrypt_get_symlink()
269 cstr.len = le16_to_cpu(sd->len); in fscrypt_get_symlink()
271 if (cstr.len == 0) in fscrypt_get_symlink()
274 if (cstr.len + sizeof(*sd) - 1 > max_size) in fscrypt_get_symlink()
277 err = fscrypt_fname_alloc_buffer(inode, cstr.len, &pstr); in fscrypt_get_symlink()
281 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr); in fscrypt_get_symlink()
/Linux-v5.4/scripts/gcc-plugins/
Dgcc-common.h170 tree cstr, elem, index, type; in build_const_char_string() local
172 cstr = build_string(len, str); in build_const_char_string()
176 TREE_TYPE(cstr) = type; in build_const_char_string()
177 TREE_CONSTANT(cstr) = 1; in build_const_char_string()
178 TREE_READONLY(cstr) = 1; in build_const_char_string()
179 TREE_STATIC(cstr) = 1; in build_const_char_string()
180 return cstr; in build_const_char_string()
/Linux-v5.4/tools/perf/
Dbuiltin-diff.c223 char *cstr = (char *) str; in setup_compute() local
248 cstr = buf; in setup_compute()
252 if (!strcmp(cstr, compute_names[i])) { in setup_compute()