Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dxattr.c497 u16 record_length = 0; in __hfsplus_getxattr() local
536 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()
/linux-4.19.296/include/linux/
Dcper.h335 __u32 record_length; member