Lines Matching refs:offsetof

1783 		if (new_size >= offsetof(ATTR_REC, length) + sizeof(a->length))
1954 memmove((u8*)a + offsetof(ATTR_RECORD,
1957 offsetof(ATTR_RECORD, compressed_size),
1958 le32_to_cpu(a->length) - offsetof(
1971 a->name_offset = const_cpu_to_le16(offsetof(
2162 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size),
2163 (u8*)a + offsetof(ATTR_RECORD,
2165 le32_to_cpu(a->length) - (offsetof(ATTR_RECORD,
2174 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
2211 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size),
2219 offsetof(ATTR_RECORD, compressed_size));
2221 (offsetof(ATTR_RECORD, compressed_size) +
2343 name_ofs = offsetof(ATTR_RECORD, reservedR) + sizeof(a->reservedR);
2441 name_ofs = offsetof(ATTR_RECORD, reservedR) + sizeof(a->reservedR);
2587 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD, reservedR) +
2625 al_entry_used = offsetof(ATTR_LIST_ENTRY, name) +
2700 al_entry->name_offset = offsetof(ATTR_LIST_ENTRY, name);
3029 name_ofs = offsetof(ATTR_REC, compressed_size);
4574 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size) +
4576 offsetof(ATTR_RECORD, compressed_size),
4577 le32_to_cpu(a->length) - offsetof(ATTR_RECORD,
4590 offsetof(ATTR_RECORD,
4713 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size) +
4716 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
4719 mp_ofs = (offsetof(ATTR_RECORD, compressed_size) +
4849 mp_ofs = (offsetof(ATTR_RECORD, compressed_size) + name_size + 7) & ~7;
4868 al_entry_len = (offsetof(ATTR_LIST_ENTRY, name) + name_size + 7) & ~7;
4939 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
4941 al_entry->name_offset = offsetof(ATTR_LIST_ENTRY, name);
4955 memcpy((u8*)a + offsetof(ATTR_RECORD, compressed_size),
4960 if (al_entry_len > offsetof(ATTR_LIST_ENTRY, name) + name_size)
4961 memset((u8*)al_entry + offsetof(ATTR_LIST_ENTRY, name) +
4963 (offsetof(ATTR_LIST_ENTRY, name) + name_size));
5091 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size),
5092 (u8*)a + offsetof(ATTR_RECORD,
5094 le32_to_cpu(a->length) - (offsetof(ATTR_RECORD,
5103 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
6974 mp_ofs = offsetof(ATTR_RECORD, compressed_size) + ((name_size +
7007 al_entry_len = (offsetof(ATTR_LIST_ENTRY, name) + name_size +
7123 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
7125 al_entry->name_offset = offsetof(ATTR_LIST_ENTRY, name);
7140 memcpy((u8*)a + offsetof(ATTR_RECORD, compressed_size),
7145 if (al_entry_len > offsetof(ATTR_LIST_ENTRY, name) + name_size)
7147 offsetof(ATTR_LIST_ENTRY, name) +
7149 (offsetof(ATTR_LIST_ENTRY, name) +