Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dreaddir.c1136 err = ovl_workdir_cleanup(ofs, dir, path->mnt, dentry, level); in ovl_workdir_cleanup_recurse()
1147 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir, in ovl_workdir_cleanup() function
1204 err = ovl_workdir_cleanup(ofs, dir, path.mnt, index, 1); in ovl_indexdir_cleanup()
H A Doverlayfs.h724 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir,
H A Dsuper.c321 err = ovl_workdir_cleanup(ofs, dir, mnt, work, 0); in ovl_workdir_create()