Searched refs:hypfs_create_file (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/hypfs/ |
H A D | inode.c | 337 static struct dentry *hypfs_create_file(struct dentry *parent, const char *name, in hypfs_create_file() function 379 dentry = hypfs_create_file(parent, name, NULL, S_IFDIR | DIR_MODE); in hypfs_mkdir() 390 dentry = hypfs_create_file(dir, "update", NULL, in hypfs_create_update_file() 412 hypfs_create_file(dir, name, buffer, S_IFREG | REG_FILE_MODE); in hypfs_create_u64() 432 hypfs_create_file(dir, name, buffer, S_IFREG | REG_FILE_MODE); in hypfs_create_str()
|