/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mkdir.c | 70 error = vn_createat(dname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mkdirat()
|
H A D | mknod.c | 101 error = vn_createat(fname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mknodat()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_open.c | 144 excl = EXCL; in vn_open()
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_ptsops.c | 338 if (excl == EXCL) in devpts_create()
|
H A D | sdev_vtops.c | 462 if (excl == EXCL) in devvt_create()
|
H A D | sdev_vnops.c | 684 if (excl == EXCL) { in sdev_create() 711 if (excl == EXCL) { in sdev_create()
|
H A D | sdev_zvolops.c | 827 if (excl == EXCL) in devzvol_create()
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 583 if (excl == EXCL) in fop_create() 595 if (excl == EXCL) in fop_create()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 840 if (excl == EXCL) in devfs_create()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 2280 if (exclusive == EXCL) in nfs3_create() 2415 if (exclusive == EXCL) { in nfs3create() 2494 if (exclusive == EXCL) in nfs3create() 2523 if (exclusive == EXCL) { in nfs3create() 2574 if (exclusive == EXCL && in nfs3create()
|
H A D | nfs3_srv.c | 1655 excl = EXCL; in rfs3_create() 1664 excl = EXCL; in rfs3_create() 2383 excl = EXCL; in rfs3_mknod()
|
H A D | nfs_vnops.c | 2025 if (exclusive == EXCL) in nfs_create()
|
H A D | nfs4_srv.c | 1743 excl = EXCL; in do_rfs4_op_mknod() 6401 error = VOP_CREATE(dvp, nm, vap, EXCL, VWRITE, vpp, cr, 0, NULL, NULL); in create_vnode()
|
H A D | nfs4_vnops.c | 6544 if (exclusive == EXCL && (dvp->v_flag & V_XATTRDIR)) { in nfs4_create() 6603 if (exclusive == EXCL) in nfs4_create()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 1030 excl = EXCL; in vn_openat() 1367 if ((flag & FNOFOLLOW) || excl == EXCL) in vn_createat() 1397 (excl == EXCL) ? NULLVPP : vpp, startvp); in vn_createat()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 835 error = VOP_CREATE(dvp, np, vap, EXCL, attr->sa_vattr.va_mode, in smb_vop_create()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 793 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 2624 if (exclusive == EXCL) { in smbfs_create() 2699 if (exclusive == EXCL) in smbfs_create()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 1002 if (exclusive == EXCL) in tmp_create()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 1754 if (excl == EXCL) { in zfs_create()
|
H A D | zfs_ioctl.c | 6006 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec); in zfs_ioc_smb_acl()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 979 EXCL, 0, &vp, CRMKNOD, 0, 0); in sotpi_bindlisten()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 3717 if (excl == EXCL) { in prcreate()
|