]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/overlayfs/overlayfs.h
ovl: helper to iterate layers
[karo-tx-linux.git] / fs / overlayfs / overlayfs.h
index d39eaa8f5e4700a1b4a567466c938c383b813b23..d176b679f526577f4526f3dd3fb3557474460179 100644 (file)
@@ -135,6 +135,7 @@ void ovl_dentry_version_inc(struct dentry *dentry);
 void ovl_path_upper(struct dentry *dentry, struct path *path);
 void ovl_path_lower(struct dentry *dentry, struct path *path);
 enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
+int ovl_path_next(int idx, struct dentry *dentry, struct path *path);
 struct dentry *ovl_dentry_upper(struct dentry *dentry);
 struct dentry *ovl_dentry_lower(struct dentry *dentry);
 struct dentry *ovl_dentry_real(struct dentry *dentry);