Home
last modified time | relevance | path

Searched refs:ovl_cleanup (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/overlayfs/
H A Ddir.c27 int ovl_cleanup(struct ovl_fs *ofs, struct inode *wdir, struct dentry *wdentry) in ovl_cleanup() function
130 ovl_cleanup(ofs, wdir, dentry); in ovl_cleanup_and_whiteout()
137 ovl_cleanup(ofs, wdir, whiteout); in ovl_cleanup_and_whiteout()
329 ovl_cleanup(ofs, udir, newdentry); in ovl_create_upper()
392 ovl_cleanup(ofs, wdir, upper); in ovl_clear_empty()
401 ovl_cleanup(ofs, wdir, opaquedir); in ovl_clear_empty()
499 ovl_cleanup(ofs, wdir, upper); in ovl_create_over_whiteout()
508 ovl_cleanup(ofs, udir, newdentry); in ovl_create_over_whiteout()
523 ovl_cleanup(ofs, wdir, newdentry); in ovl_create_over_whiteout()
1255 ovl_cleanup(ofs, old_upperdir->d_inode, newdentry); in ovl_rename()
H A Dreaddir.c1044 ovl_cleanup(ofs, upper->d_inode, dentry); in ovl_cleanup_whiteouts()
1153 return ovl_cleanup(ofs, dir, dentry); in ovl_workdir_cleanup()
1164 err = ovl_cleanup(ofs, dir, dentry); in ovl_workdir_cleanup()
1214 err = ovl_cleanup(ofs, dir, index); in ovl_indexdir_cleanup()
1230 err = ovl_cleanup(ofs, dir, index); in ovl_indexdir_cleanup()
H A Dcopy_up.c571 ovl_cleanup(ofs, dir, temp); in ovl_create_index()
857 ovl_cleanup(ofs, wdir, temp); in ovl_copy_up_workdir()
H A Dsuper.c599 ovl_cleanup(ofs, dir, whiteout); in ovl_check_rename_whiteout()
603 ovl_cleanup(ofs, dir, temp); in ovl_check_rename_whiteout()
H A Doverlayfs.h843 int ovl_cleanup(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry);
H A Dutil.c1118 err = ovl_cleanup(ofs, dir, index); in ovl_cleanup_index()