Lines Matching refs:excl
984 enum vcexcl excl; in vn_openat() local
997 excl = EXCL; in vn_openat()
999 excl = NONEXCL; in vn_openat()
1002 vn_createat(pnamep, seg, &vattr, excl, mode, &vp, crwhy, in vn_openat()
1276 enum vcexcl excl, in vn_create() argument
1283 return (vn_createat(pnamep, seg, vap, excl, mode, vpp, why, flag, in vn_create()
1295 enum vcexcl excl, in vn_createat() argument
1316 if ((flag & FNOFOLLOW) || excl == EXCL) in vn_createat()
1346 (excl == EXCL) ? NULLVPP : vpp, startvp); in vn_createat()
1424 } else if (excl == NONEXCL && *vpp != NULL) { in vn_createat()
1483 error = VOP_CREATE(vp, "", vap, excl, mode, vpp, in vn_createat()
1536 excl, mode, vpp, CRED(), flag, NULL, NULL); in vn_createat()
3437 vcexcl_t excl, in fop_create() argument
3463 (dvp, name, vap, excl, mode, vpp, cr, flags, ct, vsecp); in fop_create()