Searched refs:sec_hdr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/x86/kernel/cpu/mce/ |
D | apei.c | 140 struct cper_section_descriptor sec_hdr; member 162 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce() 163 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce() 164 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce() 166 rcd.sec_hdr.validation_bits = 0; in apei_write_mce() 167 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce() 168 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce() 169 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
|
/Linux-v6.1/drivers/acpi/apei/ |
D | erst.c | 1015 struct cper_section_descriptor sec_hdr; member 1080 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader() 1083 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader() 1085 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader() 1122 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer() 1123 rcd->sec_hdr.section_length = record->size; in erst_writer() 1124 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer() 1126 rcd->sec_hdr.validation_bits = 0; in erst_writer() 1127 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer() 1131 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer() [all …]
|
/Linux-v6.1/fs/ntfs3/ |
D | fsntfs.c | 1966 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id() 1987 le64_to_cpu(sii_e->sec_hdr.off), &d_security, in ntfs_get_security_by_id() 1992 if (memcmp(&d_security, &sii_e->sec_hdr, SIZEOF_SECURITY_HDR)) { in ntfs_get_security_by_id() 1998 le64_to_cpu(sii_e->sec_hdr.off) + in ntfs_get_security_by_id() 2093 if (le32_to_cpu(e->sec_hdr.size) == new_sec_size) { in ntfs_insert_security() 2095 le64_to_cpu(e->sec_hdr.off), in ntfs_insert_security() 2175 cpu_to_le16(offsetof(struct NTFS_DE_SII, sec_hdr)); in ntfs_insert_security() 2183 memcpy(&sii_e.sec_hdr, d_security, SIZEOF_SECURITY_HDR); in ntfs_insert_security() 2191 cpu_to_le16(offsetof(struct NTFS_DE_SDH, sec_hdr)); in ntfs_insert_security() 2200 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
|