Lines Matching refs:oe
118 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL);
120 if (oe)
121 oe->__numlower = numlower;
123 return oe;
126 void ovl_free_entry(struct ovl_entry *oe)
128 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe));
129 kfree(oe);
150 struct ovl_entry *oe)
152 return ovl_dentry_init_flags(dentry, upperdentry, oe, OVL_D_REVALIDATE);
156 struct ovl_entry *oe, unsigned int mask)
158 struct ovl_path *lowerstack = ovl_lowerstack(oe);
163 for (i = 0; i < ovl_numlower(oe) && lowerstack[i].dentry; i++)
182 struct ovl_entry *oe = OVL_E(dentry);
191 if (ovl_numlower(oe)) {
199 if (ovl_numlower(oe) > 1)
215 struct ovl_entry *oe = OVL_E(dentry);
216 struct ovl_path *lowerpath = ovl_lowerstack(oe);
218 if (ovl_numlower(oe)) {
228 struct ovl_entry *oe = OVL_E(dentry);
229 struct ovl_path *lowerdata = ovl_lowerdata(oe);
230 struct dentry *lowerdata_dentry = ovl_lowerdata_dentry(oe);
279 struct ovl_entry *oe = OVL_E(dentry);
281 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL;
286 struct ovl_entry *oe = OVL_E(dentry);
288 return ovl_numlower(oe) ? ovl_lowerstack(oe)->layer : NULL;
304 struct ovl_entry *oe = OVL_E(dentry);
305 struct ovl_path *lowerdata = ovl_lowerdata(oe);
308 if (WARN_ON_ONCE(ovl_numlower(oe) <= 1))
1191 struct ovl_entry *oe = OVL_E(dentry);
1202 return (ovl_numlower(oe) > 1);