Searched refs:ATTR_NAME (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/platform/x86/dell/dell-wmi-sysman/ |
D | sysman.c | 444 if (elements[ATTR_NAME].type != ACPI_TYPE_STRING) { in init_bios_attributes() 448 if (strlen(elements[ATTR_NAME].string.pointer) == 0) { in init_bios_attributes() 457 if (kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer)) { in init_bios_attributes() 459 elements[ATTR_NAME].string.pointer); in init_bios_attributes() 473 elements[ATTR_NAME].string.pointer); in init_bios_attributes() 500 elements[ATTR_NAME].string.pointer); in init_bios_attributes()
|
D | string-attributes.c | 128 if (check_property_type(str, ATTR_NAME, ACPI_TYPE_STRING)) in populate_str_data() 131 str_obj[ATTR_NAME].string.pointer); in populate_str_data()
|
D | passobj-attributes.c | 162 if (check_property_type(po, ATTR_NAME, ACPI_TYPE_STRING)) in populate_po_data() 165 po_obj[ATTR_NAME].string.pointer); in populate_po_data()
|
D | int-attributes.c | 144 if (check_property_type(integer, ATTR_NAME, ACPI_TYPE_STRING)) in populate_int_data() 147 integer_obj[ATTR_NAME].string.pointer); in populate_int_data()
|
D | enum-attributes.c | 143 if (check_property_type(enumeration, ATTR_NAME, ACPI_TYPE_STRING)) in populate_enum_data() 146 enumeration_obj[ATTR_NAME].string.pointer); in populate_enum_data()
|
D | dell-wmi-sysman.h | 93 ATTR_NAME, enumerator
|
/linux-6.1.9/fs/ntfs3/ |
D | frecord.c | 1002 if ((type != ATTR_NAME || name_len) && in ni_ins_attr_ext() 1529 if (type == ATTR_NAME) { in ni_insert_resident() 1654 attr = ni_find_attr(ni, attr, le, ATTR_NAME, NULL, 0, NULL, mi); in ni_fname_name() 1697 attr = ni_find_attr(ni, attr, le, ATTR_NAME, NULL, 0, NULL, mi); in ni_fname_type() 2971 if (ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, in ni_remove_name_undo() 2992 if (ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, in ni_remove_name_undo() 3031 err = ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, &attr, in ni_add_name() 3186 while ((attr = ni_find_attr(ni, attr, &le, ATTR_NAME, NULL, 0, NULL, in ni_update_parent()
|
D | namei.c | 345 while ((attr = ni_find_attr(ni, attr, &le, ATTR_NAME, NULL, 0, NULL, in ntfs3_get_parent()
|
D | inode.c | 173 case ATTR_NAME: in ntfs_read_mft() 259 if (root->type != ATTR_NAME || in ntfs_read_mft() 1361 attr->type = ATTR_NAME; in ntfs_create_inode()
|
D | ntfs.h | 112 ATTR_NAME = cpu_to_le32(0x30), enumerator
|
D | fslog.c | 2651 (root->type != ATTR_NAME && root->type != ATTR_ZERO) || in check_index_root() 2652 (root->type == ATTR_NAME && in check_index_root() 2723 case ATTR_NAME: in check_attr()
|
D | index.c | 171 case ATTR_NAME: in get_cmp_func()
|
D | attrib.c | 69 case ATTR_NAME: in attr_must_be_resident()
|
D | fsntfs.c | 617 if (ni_find_attr(ni, NULL, NULL, ATTR_NAME, in ntfs_look_free_mft()
|