Lines Matching refs:oe
79 struct ovl_entry *oe = OVL_E(dentry);
83 return oe->numlower;
94 return oe->lowerstack[0].layer->idx;
287 struct ovl_entry *oe;
315 oe = ovl_alloc_entry(lower ? 1 : 0);
316 if (!oe)
320 oe->lowerstack->dentry = dget(lower);
321 oe->lowerstack->layer = lowerpath->layer;
323 dentry->d_fsdata = oe;
342 struct ovl_entry *oe = dentry->d_fsdata;
348 for (i = 0; i < oe->numlower; i++) {
349 if (oe->lowerstack[i].layer->idx == idx)
350 return oe->lowerstack[i].dentry;