Searched refs:hypfs_create_u64 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/s390/hypfs/ |
D | hypfs_diag_fs.c | 211 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_cpu_files() 216 rc = hypfs_create_u64(cpu_dir, "cputime", in hypfs_create_cpu_files() 221 rc = hypfs_create_u64(cpu_dir, "onlinetime", in hypfs_create_cpu_files() 271 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_phys_cpu_files()
|
D | hypfs_vm_fs.c | 23 rc = hypfs_create_u64(dir, name, member); \ 115 file = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
|
D | hypfs.h | 25 extern struct dentry *hypfs_create_u64(struct dentry *dir, const char *name,
|
D | inode.c | 400 struct dentry *hypfs_create_u64(struct dentry *dir, in hypfs_create_u64() function
|