Home
last modified time | relevance | path

Searched refs:ATTR_NAME (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/drivers/platform/x86/dell/dell-wmi-sysman/
Dsysman.c444 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()
Dstring-attributes.c128 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()
Dpassobj-attributes.c162 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()
Dint-attributes.c144 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()
Denum-attributes.c143 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()
Ddell-wmi-sysman.h93 ATTR_NAME, enumerator
/linux-5.19.10/fs/ntfs3/
Dfrecord.c971 if ((type != ATTR_NAME || name_len) && in ni_ins_attr_ext()
1475 if (type == ATTR_NAME) { in ni_insert_resident()
1596 attr = ni_find_attr(ni, attr, le, ATTR_NAME, NULL, 0, NULL, mi); in ni_fname_name()
1639 attr = ni_find_attr(ni, attr, le, ATTR_NAME, NULL, 0, NULL, mi); in ni_fname_type()
2910 if (ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, in ni_remove_name_undo()
2931 if (ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, in ni_remove_name_undo()
2963 err = ni_insert_resident(ni, de_key_size, ATTR_NAME, NULL, 0, &attr, in ni_add_name()
3118 while ((attr = ni_find_attr(ni, attr, &le, ATTR_NAME, NULL, 0, NULL, in ni_update_parent()
Dnamei.c347 while ((attr = ni_find_attr(ni, attr, &le, ATTR_NAME, NULL, 0, NULL, in ntfs3_get_parent()
Dinode.c170 case ATTR_NAME: in ntfs_read_mft()
256 if (root->type != ATTR_NAME || in ntfs_read_mft()
1357 attr->type = ATTR_NAME; in ntfs_create_inode()
Dntfs.h112 ATTR_NAME = cpu_to_le32(0x30), enumerator
Dfslog.c2673 (root->type != ATTR_NAME && root->type != ATTR_ZERO) || in check_index_root()
2674 (root->type == ATTR_NAME && in check_index_root()
2742 case ATTR_NAME: in check_attr()
Dattrib.c69 case ATTR_NAME: in attr_must_be_resident()
Dfsntfs.c617 if (ni_find_attr(ni, NULL, NULL, ATTR_NAME, in ntfs_look_free_mft()
Dindex.c171 case ATTR_NAME: in get_cmp_func()