Home
last modified time | relevance | path

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

/arch/s390/hypfs/
Dinode.c265 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
278 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
279 if (!root_dentry) in hypfs_fill_super()
282 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
284 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
287 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()