Home
last modified time | relevance | path

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

/linux/arch/s390/hypfs/
H A Dinode.c244 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
257 sb->s_root = root_dentry = d_make_root(root_inode); in hypfs_fill_super()
258 if (!root_dentry) in hypfs_fill_super()
261 rc = hypfs_vm_create_files(root_dentry); in hypfs_fill_super()
263 rc = hypfs_diag_create_files(root_dentry); in hypfs_fill_super()
266 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
/linux/mm/
H A Dcma_debug.c161 static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry) in cma_debugfs_add_one() argument
168 tmp = debugfs_create_dir(cma->name, root_dentry); in cma_debugfs_add_one()
/linux/fs/orangefs/
H A Dsuper.c406 struct dentry *root_dentry; in orangefs_fill_sb() local
446 root_dentry = d_make_root(root); in orangefs_fill_sb()
447 if (!root_dentry) in orangefs_fill_sb()
451 sb->s_root = root_dentry; in orangefs_fill_sb()