Go to the documentation of this file.
11 #include <linux/xattr.h>
39 if (!
strcmp(name,
"hfs.type")) {
44 }
else if (!
strcmp(name,
"hfs.creator")) {
84 if (!
strcmp(name,
"hfs.type")) {
90 }
else if (!
strcmp(name,
"hfs.creator")) {
104 #define HFS_ATTRLIST_SIZE (sizeof("hfs.creator")+sizeof("hfs.type"))
113 if (!buffer || !size)
117 strcpy(buffer,
"hfs.type");
118 strcpy(buffer +
sizeof(
"hfs.type"),
"hfs.creator");