Searched refs:ovl_cleanup (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | dir.c | 26 int ovl_cleanup(struct inode *wdir, struct dentry *wdentry) in ovl_cleanup() function 129 ovl_cleanup(wdir, dentry); in ovl_cleanup_and_whiteout() 136 ovl_cleanup(wdir, whiteout); in ovl_cleanup_and_whiteout() 352 ovl_cleanup(udir, newdentry); in ovl_create_upper() 414 ovl_cleanup(wdir, upper); in ovl_clear_empty() 423 ovl_cleanup(wdir, opaquedir); in ovl_clear_empty() 536 ovl_cleanup(wdir, upper); in ovl_create_over_whiteout() 544 ovl_cleanup(udir, newdentry); in ovl_create_over_whiteout() 559 ovl_cleanup(wdir, newdentry); in ovl_create_over_whiteout() 1268 ovl_cleanup(old_upperdi in ovl_rename() [all...] |
H A D | readdir.c | 1022 ovl_cleanup(upper->d_inode, dentry); in ovl_cleanup_whiteouts() 1134 return ovl_cleanup(dir, dentry); in ovl_workdir_cleanup() 1145 err = ovl_cleanup(dir, dentry); in ovl_workdir_cleanup() 1199 err = ovl_cleanup(dir, index); in ovl_indexdir_cleanup() 1215 err = ovl_cleanup(dir, index); in ovl_indexdir_cleanup()
|
H A D | copy_up.c | 428 ovl_cleanup(dir, temp); in ovl_create_index() 642 ovl_cleanup(wdir, temp); in ovl_copy_up_workdir()
|
H A D | util.c | 764 err = ovl_cleanup(dir, index); in ovl_cleanup_index()
|
H A D | overlayfs.h | 527 int ovl_cleanup(struct inode *dir, struct dentry *dentry);
|
H A D | super.c | 1229 ovl_cleanup(dir, whiteout); in ovl_check_rename_whiteout() 1233 ovl_cleanup(dir, temp); in ovl_check_rename_whiteout()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | dir.c | 26 int ovl_cleanup(struct ovl_fs *ofs, struct inode *wdir, struct dentry *wdentry) in ovl_cleanup() function 129 ovl_cleanup(ofs, wdir, dentry); in ovl_cleanup_and_whiteout() 136 ovl_cleanup(ofs, wdir, whiteout); in ovl_cleanup_and_whiteout() 356 ovl_cleanup(ofs, udir, newdentry); in ovl_create_upper() 419 ovl_cleanup(ofs, wdir, upper); in ovl_clear_empty() 428 ovl_cleanup(ofs, wdir, opaquedir); in ovl_clear_empty() 526 ovl_cleanup(ofs, wdir, upper); in ovl_create_over_whiteout() 534 ovl_cleanup(ofs, udir, newdentry); in ovl_create_over_whiteout() 549 ovl_cleanup(ofs, wdir, newdentry); in ovl_create_over_whiteout() 1260 ovl_cleanup(of in ovl_rename() [all...] |
H A D | readdir.c | 1030 ovl_cleanup(ofs, upper->d_inode, dentry); in ovl_cleanup_whiteouts() 1139 return ovl_cleanup(ofs, dir, dentry); in ovl_workdir_cleanup() 1150 err = ovl_cleanup(ofs, dir, dentry); in ovl_workdir_cleanup() 1200 err = ovl_cleanup(ofs, dir, index); in ovl_indexdir_cleanup() 1216 err = ovl_cleanup(ofs, dir, index); in ovl_indexdir_cleanup()
|
H A D | copy_up.c | 527 ovl_cleanup(ofs, dir, temp); in ovl_create_index() 786 ovl_cleanup(ofs, wdir, temp); in ovl_copy_up_workdir()
|
H A D | super.c | 646 ovl_cleanup(ofs, dir, whiteout); in ovl_check_rename_whiteout() 650 ovl_cleanup(ofs, dir, temp); in ovl_check_rename_whiteout()
|
H A D | overlayfs.h | 803 int ovl_cleanup(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry);
|
H A D | util.c | 1011 err = ovl_cleanup(ofs, dir, index); in ovl_cleanup_index()
|
Completed in 20 milliseconds