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

/linux-4.4.14/fs/hfsplus/
H A Dxattr.c506 u16 record_length = 0; __hfsplus_getxattr() local
545 record_length = hfs_bnode_read_u16(fd.bnode, __hfsplus_getxattr()
549 if (record_length > HFSPLUS_MAX_INLINE_DATA_SIZE) { __hfsplus_getxattr()
568 raw_bytes) + record_length); __hfsplus_getxattr()
571 if (size >= record_length) { __hfsplus_getxattr()
572 memcpy(value, entry->inline_data.raw_bytes, record_length); __hfsplus_getxattr()
573 res = record_length; __hfsplus_getxattr()
575 res = size ? -ERANGE : record_length; __hfsplus_getxattr()
/linux-4.4.14/drivers/acpi/apei/
H A Derst-dbg.c193 if (rcd->record_length != usize) erst_dbg_write()
H A Derst.c800 if (record->record_length > erst_erange.size) erst_write()
805 memcpy(erst_erange.vaddr, record, record->record_length); erst_write()
844 len = rcd_tmp->record_length; __erst_read()
1079 rcd->hdr.record_length = sizeof(*rcd) + size; erst_writer()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-apei.c92 rcd.hdr.record_length = sizeof(rcd); apei_write_mce()
/linux-4.4.14/fs/ntfs/
H A Dusnjrnl.h73 * $DATA/$J and to find the last USN_RECORD in it and to add its record_length
/linux-4.4.14/include/linux/
H A Dcper.h271 __u32 record_length; member in struct:cper_record_header

Completed in 330 milliseconds