Home
last modified time | relevance | path

Searched refs:hypfs_create_u64 (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/s390/hypfs/
Dhypfs_diag_fs.c211 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()
Dhypfs_vm_fs.c23 rc = hypfs_create_u64(dir, name, member); \
115 file = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
Dhypfs.h25 extern struct dentry *hypfs_create_u64(struct dentry *dir, const char *name,
Dinode.c400 struct dentry *hypfs_create_u64(struct dentry *dir, in hypfs_create_u64() function