hypfs_create_u64
extern int hypfs_create_u64(struct dentry *dir, const char *name, __u64 value);
rc = hypfs_create_u64(cpu_dir, "mgmtime",
rc = hypfs_create_u64(cpu_dir, "cputime",
rc = hypfs_create_u64(cpu_dir, "onlinetime",
rc = hypfs_create_u64(cpu_dir, "mgmtime",
rc = hypfs_create_u64(dir, "count", data->lcpus);
int rc = hypfs_create_u64(dir, name, member); \