Searched refs:raw_bytes (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 251 unsigned char raw_bytes[8]; in get_cgroup_id() member 286 memcpy(id.raw_bytes, fhp->f_handle, 8); in get_cgroup_id()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | attributes.c | 123 memcpy(entry->inline_data.raw_bytes, value, len); in hfsplus_attr_build_record() 129 return offsetof(struct hfsplus_attr_inline_data, raw_bytes) + in hfsplus_attr_build_record()
|
H A D | hfsplus_raw.h | 389 u8 raw_bytes[HFSPLUS_MAX_INLINE_DATA_SIZE]; member
|
H A D | xattr.c | 559 raw_bytes) + record_length); in __hfsplus_getxattr() 563 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | attributes.c | 123 memcpy(entry->inline_data.raw_bytes, value, len); in hfsplus_attr_build_record() 129 return offsetof(struct hfsplus_attr_inline_data, raw_bytes) + in hfsplus_attr_build_record()
|
H A D | hfsplus_raw.h | 393 u8 raw_bytes[HFSPLUS_MAX_INLINE_DATA_SIZE]; member
|
H A D | xattr.c | 558 raw_bytes) + record_length); in __hfsplus_getxattr() 562 memcpy(value, entry->inline_data.raw_bytes, record_length); in __hfsplus_getxattr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 410 unsigned char raw_bytes[8]; in get_cgroup_id() member 445 memcpy(id.raw_bytes, fhp->f_handle, 8); in get_cgroup_id()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 2017 u8 raw_bytes[64]; member
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 2019 u8 raw_bytes[64]; member
|
Completed in 26 milliseconds