Searched refs:ovl_dentry_is_whiteout (Results 1 – 3 of 3) sorted by relevance
576 if (!ovl_dentry_is_whiteout(dentry)) in ovl_create_or_link()1049 if (!ovl_dentry_is_whiteout(new)) { in ovl_rename()1056 } else if (is_dir && ovl_dentry_is_whiteout(new)) { in ovl_rename()
241 bool ovl_dentry_is_whiteout(struct dentry *dentry);
303 bool ovl_dentry_is_whiteout(struct dentry *dentry) in ovl_dentry_is_whiteout() function