root_dentry       265 arch/s390/hypfs/inode.c 	struct dentry *root_dentry, *update_file;
root_dentry       278 arch/s390/hypfs/inode.c 	sb->s_root = root_dentry = d_make_root(root_inode);
root_dentry       279 arch/s390/hypfs/inode.c 	if (!root_dentry)
root_dentry       282 arch/s390/hypfs/inode.c 		rc = hypfs_vm_create_files(root_dentry);
root_dentry       284 arch/s390/hypfs/inode.c 		rc = hypfs_diag_create_files(root_dentry);
root_dentry       287 arch/s390/hypfs/inode.c 	update_file = hypfs_create_update_file(root_dentry);
root_dentry      1124 fs/fuse/inode.c 	struct dentry *root_dentry;
root_dentry      1191 fs/fuse/inode.c 	root_dentry = d_make_root(root);
root_dentry      1192 fs/fuse/inode.c 	if (!root_dentry)
root_dentry      1207 fs/fuse/inode.c 	sb->s_root = root_dentry;
root_dentry      1214 fs/fuse/inode.c 	dput(root_dentry);
root_dentry       895 fs/nilfs2/super.c 				 struct dentry **root_dentry)
root_dentry       932 fs/nilfs2/super.c 	*root_dentry = dentry;
root_dentry       942 fs/nilfs2/super.c 				 struct dentry **root_dentry)
root_dentry       971 fs/nilfs2/super.c 	ret = nilfs_get_root_dentry(s, root, root_dentry);
root_dentry       984 fs/nilfs2/super.c static bool nilfs_tree_is_busy(struct dentry *root_dentry)
root_dentry       986 fs/nilfs2/super.c 	shrink_dcache_parent(root_dentry);
root_dentry       987 fs/nilfs2/super.c 	return d_count(root_dentry) > 1;
root_dentry      1270 fs/nilfs2/super.c 	struct dentry *root_dentry;
root_dentry      1340 fs/nilfs2/super.c 		err = nilfs_attach_snapshot(s, sd.cno, &root_dentry);
root_dentry      1344 fs/nilfs2/super.c 		root_dentry = dget(s->s_root);
root_dentry      1350 fs/nilfs2/super.c 	return root_dentry;
root_dentry       418 fs/orangefs/super.c 	struct dentry *root_dentry;
root_dentry       464 fs/orangefs/super.c 	root_dentry = d_make_root(root);
root_dentry       465 fs/orangefs/super.c 	if (!root_dentry)
root_dentry       469 fs/orangefs/super.c 	sb->s_root = root_dentry;
root_dentry       293 fs/overlayfs/super.c 	struct dentry *root_dentry = dentry->d_sb->s_root;
root_dentry       297 fs/overlayfs/super.c 	ovl_path_real(root_dentry, &path);
root_dentry      1572 fs/overlayfs/super.c 	struct dentry *root_dentry;
root_dentry      1685 fs/overlayfs/super.c 	root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, 0));
root_dentry      1686 fs/overlayfs/super.c 	if (!root_dentry)
root_dentry      1689 fs/overlayfs/super.c 	root_dentry->d_fsdata = oe;
root_dentry      1693 fs/overlayfs/super.c 		ovl_dentry_set_upper_alias(root_dentry);
root_dentry      1695 fs/overlayfs/super.c 			ovl_set_flag(OVL_IMPURE, d_inode(root_dentry));
root_dentry      1699 fs/overlayfs/super.c 	ovl_set_flag(OVL_WHITEOUTS, d_inode(root_dentry));
root_dentry      1700 fs/overlayfs/super.c 	ovl_dentry_set_flag(OVL_E_CONNECTED, root_dentry);
root_dentry      1701 fs/overlayfs/super.c 	ovl_set_upperdata(d_inode(root_dentry));
root_dentry      1702 fs/overlayfs/super.c 	ovl_inode_init(d_inode(root_dentry), upperpath.dentry,
root_dentry      1703 fs/overlayfs/super.c 		       ovl_dentry_lower(root_dentry), NULL);
root_dentry      1705 fs/overlayfs/super.c 	sb->s_root = root_dentry;
root_dentry       163 mm/cma_debug.c static void cma_debugfs_add_one(struct cma *cma, struct dentry *root_dentry)
root_dentry       171 mm/cma_debug.c 	tmp = debugfs_create_dir(name, root_dentry);