Searched refs:lowerstack (Results 1 – 5 of 5) sorted by relevance
144 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata() local146 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata()
108 struct ovl_path *lowerstack; in ovl_dentry_revalidate_common() local119 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()125 ret = ovl_revalidate_real(lowerstack[i].dentry, flags, weak); in ovl_dentry_revalidate_common()1174 struct ovl_path *lowerstack; in ovl_get_lowerstack() local1210 lowerstack = ovl_lowerstack(oe); in ovl_get_lowerstack()1213 lowerstack[i].dentry = dget(l->path.dentry); in ovl_get_lowerstack()1214 lowerstack[i].layer = &ofs->layers[i + 1]; in ovl_get_lowerstack()
364 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_real_at() local371 if (lowerstack[i].layer->idx == idx) in ovl_dentry_real_at()372 return lowerstack[i].dentry; in ovl_dentry_real_at()
158 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_init_flags() local163 for (i = 0; i < ovl_numlower(oe) && lowerstack[i].dentry; i++) in ovl_dentry_init_flags()164 flags |= lowerstack[i].dentry->d_flags; in ovl_dentry_init_flags()
856 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_path_next() local866 path->dentry = lowerstack[idx - 1].dentry; in ovl_path_next()867 path->mnt = lowerstack[idx - 1].layer->mnt; in ovl_path_next()