Lines Matching refs:oe
74 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local
78 return ovl_numlower(oe); in ovl_connectable_layer()
89 return ovl_lowerstack(oe)->layer->idx; in ovl_connectable_layer()
103 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer() local
111 origin_layer = ovl_lowerstack(oe)->layer->idx; in ovl_connect_layer()
302 struct ovl_entry *oe; in ovl_obtain_alias() local
311 oe = ovl_alloc_entry(!!lower); in ovl_obtain_alias()
312 if (!oe) in ovl_obtain_alias()
317 ovl_lowerstack(oe)->dentry = dget(lower); in ovl_obtain_alias()
318 ovl_lowerstack(oe)->layer = lowerpath->layer; in ovl_obtain_alias()
320 oip.oe = oe; in ovl_obtain_alias()
323 ovl_free_entry(oe); in ovl_obtain_alias()
337 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at() local
338 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_real_at()
344 for (i = 0; i < ovl_numlower(oe); i++) { in ovl_dentry_real_at()