Searched refs:root_dentry (Results 1 – 1 of 1) sorted by relevance
265 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local278 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()