Home
last modified time | relevance | path

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

/arch/s390/hypfs/
A Dinode.c261 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
274 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
275 if (!root_dentry) in hypfs_fill_super()
278 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
280 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
283 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()

Completed in 3 milliseconds