Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Ddir.c606 if (!ovl_dentry_is_whiteout(dentry)) in ovl_create_or_link()
1118 if (!ovl_dentry_is_whiteout(new)) { in ovl_rename()
1125 } else if (is_dir && ovl_dentry_is_whiteout(new)) { in ovl_rename()
H A Doverlayfs.h457 bool ovl_dentry_is_whiteout(struct dentry *dentry);
H A Dutil.c431 bool ovl_dentry_is_whiteout(struct dentry *dentry) in ovl_dentry_is_whiteout() function