Home
last modified time | relevance | path

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

/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c213 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 Dhypfs_vm_fs.c22 int rc = hypfs_create_u64(dir, name, member); \
112 rc = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
H A Dhypfs.h25 extern int hypfs_create_u64(struct dentry *dir, const char *name, __u64 value);
H A Dinode.c374 int hypfs_create_u64(struct dentry *dir, const char *name, __u64 value) in hypfs_create_u64() function