Lines Matching defs:oe
855 struct ovl_entry *oe = OVL_E(dentry);
856 struct ovl_path *lowerstack = ovl_lowerstack(oe);
862 return ovl_numlower(oe) ? 1 : -1;
865 BUG_ON(idx > ovl_numlower(oe));
869 return (idx < ovl_numlower(oe)) ? idx + 1 : -1;
1003 struct ovl_entry *oe = NULL;
1251 oe = ovl_alloc_entry(ctr);
1253 if (!oe)
1256 ovl_stack_cpy(ovl_lowerstack(oe), stack, ctr);
1291 .oe = oe,
1325 ovl_free_entry(oe);