Searched refs:cstr (Results 1 – 3 of 3) sorted by relevance
/linux/fs/crypto/ |
A D | hooks.c | 317 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local 347 cstr.name = (unsigned char *)sd->encrypted_path; in fscrypt_get_symlink() 348 cstr.len = le16_to_cpu(sd->len); in fscrypt_get_symlink() 350 if (cstr.len == 0) in fscrypt_get_symlink() 353 if (cstr.len + sizeof(*sd) - 1 > max_size) in fscrypt_get_symlink() 356 err = fscrypt_fname_alloc_buffer(cstr.len, &pstr); in fscrypt_get_symlink() 360 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr); in fscrypt_get_symlink()
|
/linux/scripts/gcc-plugins/ |
A D | gcc-common.h | 118 tree cstr, elem, index, type; in build_const_char_string() local 120 cstr = build_string(len, str); in build_const_char_string() 124 TREE_TYPE(cstr) = type; in build_const_char_string() 125 TREE_CONSTANT(cstr) = 1; in build_const_char_string() 126 TREE_READONLY(cstr) = 1; in build_const_char_string() 127 TREE_STATIC(cstr) = 1; in build_const_char_string() 128 return cstr; in build_const_char_string()
|
/linux/tools/perf/ |
A D | builtin-diff.c | 233 char *cstr = (char *) str; in setup_compute() local 258 cstr = buf; in setup_compute() 262 if (!strcmp(cstr, compute_names[i])) { in setup_compute()
|
Completed in 10 milliseconds