Lines Matching refs:entry
88 void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry)
90 if (entry)
91 kmem_cache_free(hfsplus_attr_tree_cachep, entry);
96 static int hfsplus_attr_build_record(hfsplus_attr_entry *entry, int record_type,
104 memset(entry, 0, sizeof(*entry));
111 memset(entry, 0, sizeof(*entry));
116 memset(entry, 0, sizeof(struct hfsplus_attr_inline_data));
117 entry->inline_data.record_type = cpu_to_be32(record_type);
122 entry->inline_data.length = cpu_to_be16(len);
123 memcpy(entry->inline_data.raw_bytes, value, len);
132 memset(entry, 0, sizeof(*entry));