Searched refs:ovl_path_is_whiteout (Results 1 – 3 of 3) sorted by relevance
500 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path);519 return ovl_path_is_whiteout(ofs, &upperpath); in ovl_upper_is_whiteout()
257 if (ovl_path_is_whiteout(ofs, &path)) { in ovl_lookup_single()1421 positive = !ovl_path_is_whiteout(OVL_FS(dentry->d_sb), &path); in ovl_lower_positive()
635 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path) in ovl_path_is_whiteout() function