Lines Matching refs:excl
1017 enum vcexcl excl; in vn_openat() local
1030 excl = EXCL; in vn_openat()
1032 excl = NONEXCL; in vn_openat()
1035 vn_createat(pnamep, seg, &vattr, excl, mode, &vp, crwhy, in vn_openat()
1327 enum vcexcl excl, in vn_create() argument
1334 return (vn_createat(pnamep, seg, vap, excl, mode, vpp, why, flag, in vn_create()
1346 enum vcexcl excl, in vn_createat() argument
1367 if ((flag & FNOFOLLOW) || excl == EXCL) in vn_createat()
1397 (excl == EXCL) ? NULLVPP : vpp, startvp); in vn_createat()
1475 } else if (excl == NONEXCL && *vpp != NULL) { in vn_createat()
1536 error = VOP_CREATE(vp, "", vap, excl, mode, vpp, in vn_createat()
1583 excl, mode, vpp, CRED(), flag, NULL, NULL); in vn_createat()
3672 vcexcl_t excl, in fop_create() argument
3698 (dvp, name, vap, excl, mode, vpp, cr, flags, ct, vsecp); in fop_create()