Searched refs:record_length (Results 1 – 2 of 2) sorted by relevance
497 u16 record_length = 0; in __hfsplus_getxattr() local536 record_length = hfs_bnode_read_u16(fd.bnode, in __hfsplus_getxattr()540 if (record_length > HFSPLUS_MAX_INLINE_DATA_SIZE) { in __hfsplus_getxattr()559 raw_bytes) + record_length); in __hfsplus_getxattr()562 if (size >= record_length) { in __hfsplus_getxattr()563 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()564 res = record_length; in __hfsplus_getxattr()566 res = size ? -ERANGE : record_length; in __hfsplus_getxattr()
335 __u32 record_length; member