Searched refs:ovl_cleanup_and_whiteout (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/overlayfs/ |
D | dir.c | 88 int ovl_cleanup_and_whiteout(struct dentry *workdir, struct inode *dir, in ovl_cleanup_and_whiteout() function 733 err = ovl_cleanup_and_whiteout(workdir, d_inode(upperdir), upper); in ovl_remove_and_whiteout()
|
D | overlayfs.h | 389 int ovl_cleanup_and_whiteout(struct dentry *workdir, struct inode *dir,
|
D | util.c | 718 err = ovl_cleanup_and_whiteout(indexdir, dir, index); in ovl_cleanup_index()
|
D | readdir.c | 1135 err = ovl_cleanup_and_whiteout(indexdir, dir, index); in ovl_indexdir_cleanup()
|