Home
last modified time | relevance | path

Searched refs:key_name (Results 1 – 3 of 3) sorted by relevance

/fs/hfsplus/
Dattributes.c45 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key()
46 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key()
63 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key()
65 len = be16_to_cpu(key->attr.key_name.length); in hfsplus_attr_build_key()
67 key->attr.key_name.length = 0; in hfsplus_attr_build_key()
79 cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) + in hfsplus_attr_build_key()
94 key->attr.key_name.length = cpu_to_be16(ustrlen); in hfsplus_attr_build_key_uni()
96 memcpy(key->attr.key_name.unicode, name->unicode, ustrlen); in hfsplus_attr_build_key_uni()
106 cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) + in hfsplus_attr_build_key_uni()
Dhfsplus_raw.h355 struct hfsplus_attr_unistr key_name; member
Dxattr.c541 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()