Searched refs:hypfs_create_u64 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/hypfs/ |
| H A D | hypfs_diag_fs.c | 213 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_cpu_files() 218 rc = hypfs_create_u64(cpu_dir, "cputime", in hypfs_create_cpu_files() 223 rc = hypfs_create_u64(cpu_dir, "onlinetime", in hypfs_create_cpu_files() 272 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_phys_cpu_files()
|
| H A D | hypfs_vm_fs.c | 22 int rc = hypfs_create_u64(dir, name, member); \ 112 rc = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
|
| H A D | hypfs.h | 25 extern int hypfs_create_u64(struct dentry *dir, const char *name, __u64 value);
|
| H A D | inode.c | 374 int hypfs_create_u64(struct dentry *dir, const char *name, __u64 value) in hypfs_create_u64() function
|