Lines Matching refs:root_dentry
293 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local
297 ovl_path_real(root_dentry, &path); in ovl_statfs()
1562 struct dentry *root_dentry; in ovl_fill_super() local
1675 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, 0)); in ovl_fill_super()
1676 if (!root_dentry) in ovl_fill_super()
1679 root_dentry->d_fsdata = oe; in ovl_fill_super()
1683 ovl_dentry_set_upper_alias(root_dentry); in ovl_fill_super()
1685 ovl_set_flag(OVL_IMPURE, d_inode(root_dentry)); in ovl_fill_super()
1689 ovl_set_flag(OVL_WHITEOUTS, d_inode(root_dentry)); in ovl_fill_super()
1690 ovl_dentry_set_flag(OVL_E_CONNECTED, root_dentry); in ovl_fill_super()
1691 ovl_set_upperdata(d_inode(root_dentry)); in ovl_fill_super()
1692 ovl_inode_init(d_inode(root_dentry), upperpath.dentry, in ovl_fill_super()
1693 ovl_dentry_lower(root_dentry), NULL); in ovl_fill_super()
1695 sb->s_root = root_dentry; in ovl_fill_super()