Lines Matching defs:iswhiteout
155 int iswhiteout; /* temp result from cache_lookup() */
182 cnp->cn_nameiop, cnp->cn_flags, &iswhiteout, vpp)) {
183 if (iswhiteout) {
184 cnp->cn_flags |= ISWHITEOUT;
201 if (iswhiteout) {
203 * The namecache set iswhiteout without finding a
207 * it is correct to set ISWHITEOUT in this case or
212 cnp->cn_flags |= ISWHITEOUT;
413 cnp->cn_flags |= ISWHITEOUT;
449 (cnp->cn_flags & ISWHITEOUT))) &&