Home
last modified time | relevance | path

Searched refs:record_length (Results 1 – 10 of 10) sorted by relevance

/linux/fs/hfsplus/
H A Dxattr.c526 u16 record_length = 0; in __hfsplus_getxattr() local
563 record_length = hfs_bnode_read_u16(fd.bnode, in __hfsplus_getxattr()
567 if (record_length > HFSPLUS_MAX_INLINE_DATA_SIZE) { in __hfsplus_getxattr()
586 raw_bytes) + record_length); in __hfsplus_getxattr()
589 if (size >= record_length) { in __hfsplus_getxattr()
590 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()
591 res = record_length; in __hfsplus_getxattr()
593 res = size ? -ERANGE : record_length; in __hfsplus_getxattr()
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cper.c186 hdr->record_length = RAS_HDR_LEN + ((RAS_SEC_DESC_LEN + RAS_NONSTD_SEC_LEN) * arr_num); in cper_generate_runtime_record()
212 record.hdr.record_length = RAS_HDR_LEN + RAS_SEC_DESC_LEN + RAS_FATAL_SEC_LEN; in cper_generate_fatal_record()
221 memcpy(buffer + (i * record.hdr.record_length), in cper_generate_fatal_record()
222 &record, record.hdr.record_length); in cper_generate_fatal_record()
H A Dras_cper.h128 uint32_t record_length; /* Total size of CPER Entry */ member
/linux/drivers/ras/amd/
H A Dfmpm.c491 if (hdr->record_length && hdr->record_length < max_rec_len) { in set_rec_fields()
493 hdr->record_id, hdr->record_length, max_rec_len); in set_rec_fields()
524 hdr->record_length = max_rec_len; in set_rec_fields()
537 if (rec->hdr.record_length == max_rec_len) in save_new_records()
540 if (!rec->hdr.record_length) in save_new_records()
/linux/drivers/acpi/apei/
H A Derst.c820 if (record->record_length > erst_erange.size) in erst_write()
825 memcpy(erst_erange.vaddr, record, record->record_length); in erst_write()
864 len = rcd_tmp->record_length; in __erst_read()
1149 rcd->hdr.record_length = sizeof(*rcd) + record->size; in erst_writer()
H A Derst-dbg.c183 if (rcd->record_length != usize) in erst_dbg_write()
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h115 uint32_t record_length; /* Total size of CPER Entry */ member
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c205 rcd.hdr.record_length = sizeof(rcd); in apei_write_mce()
/linux/include/linux/
H A Dcper.h358 u32 record_length; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c1837 amdgpu_cper_ring_write(ring, entry, entry->record_length); in amdgpu_virt_write_cpers_to_ring()
1839 entry->record_length); in amdgpu_virt_write_cpers_to_ring()