Lines Matching refs:root_dentry
292 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local
296 ovl_path_real(root_dentry, &path); in ovl_statfs()
1374 struct dentry *root_dentry; in ovl_fill_super() local
1481 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, 0)); in ovl_fill_super()
1482 if (!root_dentry) in ovl_fill_super()
1485 root_dentry->d_fsdata = oe; in ovl_fill_super()
1489 ovl_dentry_set_upper_alias(root_dentry); in ovl_fill_super()
1491 ovl_set_flag(OVL_IMPURE, d_inode(root_dentry)); in ovl_fill_super()
1495 ovl_set_flag(OVL_WHITEOUTS, d_inode(root_dentry)); in ovl_fill_super()
1496 ovl_dentry_set_flag(OVL_E_CONNECTED, root_dentry); in ovl_fill_super()
1497 ovl_set_upperdata(d_inode(root_dentry)); in ovl_fill_super()
1498 ovl_inode_init(d_inode(root_dentry), upperpath.dentry, in ovl_fill_super()
1499 ovl_dentry_lower(root_dentry), NULL); in ovl_fill_super()
1501 sb->s_root = root_dentry; in ovl_fill_super()