cachefiles_xattr
struct cachefiles_xattr *buf;
tlen = sizeof(struct cachefiles_xattr) + len;
struct cachefiles_xattr *buf;
buf = kmalloc(sizeof(struct cachefiles_xattr) + len, GFP_KERNEL);
sizeof(struct cachefiles_xattr) + len, 0);