Searched refs:ovl_workdir_cleanup (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | readdir.c | 1122 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 D | overlayfs.h | 673 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir,
|
H A D | super.c | 309 err = ovl_workdir_cleanup(ofs, dir, mnt, work, 0); in ovl_workdir_create()
|