Home
last modified time | relevance | path

Searched refs:ovl_workdir_cleanup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dreaddir.c1122 err = ovl_workdir_cleanup(ofs, dir, path->mnt, dentry, level); in ovl_workdir_cleanup_recurse()
1133 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir, in ovl_workdir_cleanup() function
1190 err = ovl_workdir_cleanup(ofs, dir, path.mnt, index, 1); in ovl_indexdir_cleanup()
H A Doverlayfs.h673 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir,
H A Dsuper.c309 err = ovl_workdir_cleanup(ofs, dir, mnt, work, 0); in ovl_workdir_create()