Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Doverlayfs.h500 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()
H A Dnamei.c257 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()
H A Dutil.c635 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path) in ovl_path_is_whiteout() function