Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dxattr.c494 u16 record_length = 0; in __hfsplus_getxattr() local
533 record_length = hfs_bnode_read_u16(fd.bnode, in __hfsplus_getxattr()
537 if (record_length > HFSPLUS_MAX_INLINE_DATA_SIZE) { in __hfsplus_getxattr()
556 raw_bytes) + record_length); in __hfsplus_getxattr()
559 if (size >= record_length) { in __hfsplus_getxattr()
560 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()
561 res = record_length; in __hfsplus_getxattr()
563 res = size ? -ERANGE : record_length; in __hfsplus_getxattr()
/linux/drivers/ras/amd/
H A Dfmpm.c484 if (hdr->record_length && hdr->record_length < max_rec_len) { in set_rec_fields()
486 hdr->record_id, hdr->record_length, max_rec_len); in set_rec_fields()
517 hdr->record_length = max_rec_len; in set_rec_fields()
530 if (rec->hdr.record_length == max_rec_len) in save_new_records()
533 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.c185 if (rcd->record_length != usize) in erst_dbg_write()
/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.h354 u32 record_length; member