Lines Matching refs:oe
107 struct ovl_entry *oe;
118 oe = OVL_I_E(inode);
119 lowerstack = ovl_lowerstack(oe);
124 for (i = 0; ret > 0 && i < ovl_numlower(oe); i++)
161 oi->oe = NULL;
172 kfree(oi->oe);
182 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe));
878 struct ovl_entry *oe, const struct path *upperpath)
890 ovl_lowerstack(oe)->dentry, true);
1173 struct ovl_entry *oe;
1206 oe = ovl_alloc_entry(nr_merged_lower);
1207 if (!oe)
1210 lowerstack = ovl_lowerstack(oe);
1218 return oe;
1296 struct ovl_entry *oe)
1299 struct ovl_path *lowerpath = ovl_lowerstack(oe);
1304 .oe = oe,
1325 ovl_dentry_init_flags(root, upperdentry, oe, DCACHE_OP_WEAK_REVALIDATE);
1337 struct ovl_entry *oe;
1432 oe = ovl_get_lowerstack(sb, ctx, ofs, layers);
1433 err = PTR_ERR(oe);
1434 if (IS_ERR(oe))
1450 err = ovl_get_indexdir(sb, ofs, oe, &ctx->upper);
1498 root_dentry = ovl_get_root(sb, ctx->upper.dentry, oe);
1507 ovl_free_entry(oe);