Searched refs:hypfs_create_file (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/s390/hypfs/ |
D | inode.c | 342 static struct dentry *hypfs_create_file(struct dentry *parent, const char *name, in hypfs_create_file() function 384 dentry = hypfs_create_file(parent, name, NULL, S_IFDIR | DIR_MODE); in hypfs_mkdir() 395 dentry = hypfs_create_file(dir, "update", NULL, in hypfs_create_update_file() 417 hypfs_create_file(dir, name, buffer, S_IFREG | REG_FILE_MODE); in hypfs_create_u64() 437 hypfs_create_file(dir, name, buffer, S_IFREG | REG_FILE_MODE); in hypfs_create_str()
|