first_maybe_whiteout   45 fs/overlayfs/readdir.c 	struct ovl_cache_entry *first_maybe_whiteout;
first_maybe_whiteout  167 fs/overlayfs/readdir.c 		p->next_maybe_whiteout = rdd->first_maybe_whiteout;
first_maybe_whiteout  168 fs/overlayfs/readdir.c 		rdd->first_maybe_whiteout = p;
first_maybe_whiteout  278 fs/overlayfs/readdir.c 		while (rdd->first_maybe_whiteout) {
first_maybe_whiteout  279 fs/overlayfs/readdir.c 			p = rdd->first_maybe_whiteout;
first_maybe_whiteout  280 fs/overlayfs/readdir.c 			rdd->first_maybe_whiteout = p->next_maybe_whiteout;
first_maybe_whiteout  304 fs/overlayfs/readdir.c 	rdd->first_maybe_whiteout = NULL;
first_maybe_whiteout  314 fs/overlayfs/readdir.c 	if (!err && rdd->first_maybe_whiteout && rdd->dentry)