Searched refs:ovl_path_is_whiteout (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/overlayfs/
H A Doverlayfs.h497 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path);
516 return ovl_path_is_whiteout(ofs, &upperpath);
H A Dnamei.c257 if (ovl_path_is_whiteout(ofs, &path)) {
1421 positive = !ovl_path_is_whiteout(OVL_FS(dentry->d_sb), &path);
H A Dutil.c635 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path) function

Completed in 102 milliseconds