Lines Matching defs:cnflags
532 uint32_t nameiop, uint32_t cnflags,
562 if ((cnflags & ISLASTCN) != 0 &&
563 ((cnflags & MAKEENTRY) == 0 || nameiop == CREATE)) {
579 if (__predict_false((cnflags & MAKEENTRY) == 0)) {
585 KASSERT((cnflags & ISLASTCN) != 0);
600 if (nameiop == CREATE && (cnflags & ISLASTCN) != 0) {
643 uint32_t cnflags,
647 return cache_lookup(dvp, name, namelen, LOOKUP, cnflags | MAKEENTRY,
916 const char *name, size_t namelen, uint32_t cnflags)
925 if ((cnflags & MAKEENTRY) == 0 ||
960 ncp->nc_whiteout = ((cnflags & ISWHITEOUT) != 0);