/titanic_50/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()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_ptsops.c | 343 if (excl == EXCL) in devpts_create()
|
H A D | sdev_vtops.c | 467 if (excl == EXCL) in devvt_create()
|
H A D | sdev_zvolops.c | 752 if (excl == EXCL) in devzvol_create()
|
H A D | sdev_vnops.c | 681 if (excl == EXCL) { in sdev_create()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 408 if (excl == EXCL) in fop_create() 420 if (excl == EXCL) in fop_create()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 442 EXCL, 0, &dvp, CRMKDIR, 0, 0); in nl7c_logd_init()
|
H A D | socktpi.c | 976 EXCL, 0, &vp, CRMKNOD, 0, 0); in sotpi_bindlisten()
|
/titanic_50/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 838 if (excl == EXCL) in devfs_create()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 1840 if (exclusive == EXCL) { in smbfs_create() 1898 if (exclusive == EXCL) in smbfs_create()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vnops.c | 2279 if (exclusive == EXCL) in nfs3_create() 2414 if (exclusive == EXCL) { in nfs3create() 2493 if (exclusive == EXCL) in nfs3create() 2522 if (exclusive == EXCL) { in nfs3create() 2573 if (exclusive == EXCL && in nfs3create()
|
H A D | nfs3_srv.c | 1596 excl = EXCL; in rfs3_create() 1605 excl = EXCL; in rfs3_create() 2316 excl = EXCL; in rfs3_mknod()
|
H A D | nfs_vnops.c | 2025 if (exclusive == EXCL) in nfs_create()
|
H A D | nfs4_srv.c | 1502 excl = EXCL; in do_rfs4_op_mknod() 6228 error = VOP_CREATE(dvp, nm, vap, EXCL, VWRITE, vpp, cr, 0, NULL, NULL); in create_vnode()
|
H A D | nfs4_vnops.c | 6559 if (exclusive == EXCL && (dvp->v_flag & V_XATTRDIR)) { in nfs4_create() 6618 if (exclusive == EXCL) in nfs4_create()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vnode.c | 997 excl = EXCL; in vn_openat() 1316 if ((flag & FNOFOLLOW) || excl == EXCL) in vn_createat() 1346 (excl == EXCL) ? NULLVPP : vpp, startvp); in vn_createat()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 678 error = VOP_CREATE(dvp, np, vap, EXCL, attr->sa_vattr.va_mode, in smb_vop_create()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vnode.h | 719 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 714 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 1000 if (exclusive == EXCL) in tmp_create()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 1580 if (excl == EXCL) { in zfs_create()
|
H A D | zfs_ioctl.c | 5226 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec); in zfs_ioc_smb_acl()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 3407 if (excl == EXCL) /* O_EXCL */ in prcreate()
|