/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | attributes.c | 46 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key() 47 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key() 59 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key() 63 len = be16_to_cpu(key->attr.key_name.length); in hfsplus_attr_build_key() 65 key->attr.key_name.length = 0; in hfsplus_attr_build_key() 71 * So, offsetof(hfsplus_attr_key, key_name) is a trick because in hfsplus_attr_build_key() 77 cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) + in hfsplus_attr_build_key()
|
H A D | hfsplus_raw.h | 362 struct hfsplus_attr_unistr key_name; member
|
H A D | xattr.c | 738 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | attributes.c | 46 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key() 47 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key() 59 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key() 63 len = be16_to_cpu(key->attr.key_name.length); in hfsplus_attr_build_key() 65 key->attr.key_name.length = 0; in hfsplus_attr_build_key() 71 * So, offsetof(hfsplus_attr_key, key_name) is a trick because in hfsplus_attr_build_key() 77 cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) + in hfsplus_attr_build_key()
|
H A D | hfsplus_raw.h | 366 struct hfsplus_attr_unistr key_name; member
|
H A D | xattr.c | 737 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_kvp.c | 518 char *key_name; in kvp_respond_to_host() local 589 key_name = msg_to_host->body.kvp_enum_data.data.key; in kvp_respond_to_host() 597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_kvp.c | 518 char *key_name; in kvp_respond_to_host() local 589 key_name = msg_to_host->body.kvp_enum_data.data.key; in kvp_respond_to_host() 597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_cfg.c | 187 const char *key_name, in adf_cfg_key_val_get() 194 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get() 185 adf_cfg_key_val_get(struct adf_accel_dev *accel_dev, const char *sec_name, const char *key_name, char *val) adf_cfg_key_val_get() argument
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg.c | 219 const char *key_name, in adf_cfg_key_val_get() 226 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get() 217 adf_cfg_key_val_get(struct adf_accel_dev *accel_dev, const char *sec_name, const char *key_name, char *val) adf_cfg_key_val_get() argument
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep_proc.c | 484 const char *key_name; in seq_stats() local 486 key_name = __get_key_name(ckey, str); in seq_stats() 487 snprintf(name, namelen, "%s", key_name); in seq_stats()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep_proc.c | 486 const char *key_name; in seq_stats() local 488 key_name = __get_key_name(ckey, str); in seq_stats() 489 snprintf(name, namelen, "%s", key_name); in seq_stats()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 531 char *key_name, *tmp; in create_static_call_sections() local 567 key_name = strdup(insn->call_dest->name); in create_static_call_sections() 568 if (!key_name) { in create_static_call_sections() 572 if (strncmp(key_name, STATIC_CALL_TRAMP_PREFIX_STR, in create_static_call_sections() 574 WARN("static_call: trampoline name malformed: %s", key_name); in create_static_call_sections() 575 free(key_name); in create_static_call_sections() 578 tmp = key_name + STATIC_CALL_TRAMP_PREFIX_LEN - STATIC_CALL_KEY_PREFIX_LEN; in create_static_call_sections() 585 free(key_name); in create_static_call_sections() 600 free(key_name); in create_static_call_sections()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 672 char *key_name, *tmp; in create_static_call_sections() local 707 key_name = strdup(insn_call_dest(insn)->name); in create_static_call_sections() 708 if (!key_name) { in create_static_call_sections() 712 if (strncmp(key_name, STATIC_CALL_TRAMP_PREFIX_STR, in create_static_call_sections() 714 WARN("static_call: trampoline name malformed: %s", key_name); in create_static_call_sections() 715 free(key_name); in create_static_call_sections() 718 tmp = key_name + STATIC_CALL_TRAMP_PREFIX_LEN - STATIC_CALL_KEY_PREFIX_LEN; in create_static_call_sections() 725 free(key_name); in create_static_call_sections() 740 free(key_name); in create_static_call_sections()
|
/kernel/linux/linux-6.6/block/ |
H A D | sed-opal.c | 303 static int read_sed_opal_key(const char *key_name, u_char *buffer, int buflen) in read_sed_opal_key() argument 313 &key_type_user, key_name, true); in read_sed_opal_key()
|