Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dhypfs_diag.c481 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_cpu_files()
486 rc = hypfs_create_u64(cpu_dir, "cputime", in hypfs_create_cpu_files()
491 rc = hypfs_create_u64(cpu_dir, "onlinetime", in hypfs_create_cpu_files()
540 rc = hypfs_create_u64(cpu_dir, "mgmtime", in hypfs_create_phys_cpu_files()
H A Dhypfs.h25 extern struct dentry *hypfs_create_u64(struct dentry *dir, const char *name,
H A Dhypfs_vm.c118 rc = hypfs_create_u64(dir, name, member); \
210 file = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
H A Dinode.c400 struct dentry *hypfs_create_u64(struct dentry *dir, in hypfs_create_u64() function