Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/ntfs3/
Dfrecord.c1002 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()
Dnamei.c345 while ((attr = ni_find_attr(ni, attr, &le, ATTR_NAME, NULL, 0, NULL, in ntfs3_get_parent()
Dinode.c173 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()
Dntfs.h112 ATTR_NAME = cpu_to_le32(0x30), enumerator
Dfslog.c2651 (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()
Dindex.c171 case ATTR_NAME: in get_cmp_func()
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()