Home
last modified time | relevance | path

Searched refs:lowerstack (Results 1 – 4 of 4) sorted by relevance

/linux/fs/overlayfs/
H A Dovl_entry.h145 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata() local
147 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata()
H A Dsuper.c125 struct ovl_path *lowerstack; in ovl_dentry_revalidate_common() local
144 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()
150 ret = ovl_revalidate_real(lowerstack[i].dentry, flags, weak); in ovl_dentry_revalidate_common()
1183 struct ovl_path *lowerstack; in ovl_get_lowerstack() local
1224 lowerstack = ovl_lowerstack(oe); in ovl_get_lowerstack()
1227 lowerstack[i].dentry = dget(l->path.dentry); in ovl_get_lowerstack()
1228 lowerstack[i].layer = &ofs->layers[i + 1]; in ovl_get_lowerstack()
H A Dnamei.c907 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_path_next() local
919 path->dentry = lowerstack[idx - 1].dentry; in ovl_path_next()
920 *layer = lowerstack[idx - 1].layer; in ovl_path_next()
H A Dutil.c185 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_dentry_init_flags() local
190 for (i = 0; i < ovl_numlower(oe) && lowerstack[i].dentry; i++) in ovl_dentry_init_flags()
191 flags |= lowerstack[i].dentry->d_flags; in ovl_dentry_init_flags()