Searched refs:sec_hdr (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/x86/kernel/cpu/mce/ |
| D | apei.c | 129 struct cper_section_descriptor sec_hdr; member 151 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce() 152 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce() 153 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce() 155 rcd.sec_hdr.validation_bits = 0; in apei_write_mce() 156 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce() 157 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce() 158 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
|
| /Linux-v5.15/drivers/acpi/apei/ |
| D | erst.c | 947 struct cper_section_descriptor sec_hdr; member 1019 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader() 1022 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader() 1024 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader() 1061 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer() 1062 rcd->sec_hdr.section_length = record->size; in erst_writer() 1063 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer() 1065 rcd->sec_hdr.validation_bits = 0; in erst_writer() 1066 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer() 1070 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer() [all …]
|
| /Linux-v5.15/fs/ntfs3/ |
| D | fsntfs.c | 1990 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id() 2011 le64_to_cpu(sii_e->sec_hdr.off), &d_security, in ntfs_get_security_by_id() 2016 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id() 2022 le64_to_cpu(sii_e->sec_hdr.off) + in ntfs_get_security_by_id() 2117 if (le32_to_cpu(e->sec_hdr.size) == new_sec_size) { in ntfs_insert_security() 2119 le64_to_cpu(e->sec_hdr.off), in ntfs_insert_security() 2199 cpu_to_le16(offsetof(struct NTFS_DE_SII, sec_hdr)); in ntfs_insert_security() 2207 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security() 2215 cpu_to_le16(offsetof(struct NTFS_DE_SDH, sec_hdr)); in ntfs_insert_security() 2224 memcpy(&sdh_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security()
|
| D | ntfs.h | 924 struct SECURITY_HDR sec_hdr; // 0x14: member 933 struct SECURITY_HDR sec_hdr; // 0x18: Data member
|