Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Doverlayfs.h539 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path);
558 return ovl_path_is_whiteout(ofs, &upperpath); in ovl_upper_is_whiteout()
H A Dutil.c651 bool ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path) in ovl_path_is_whiteout() function