| /onnv-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()
|
| /onnv-gate/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 | 468 if (excl == EXCL) in devvt_create()
|
| H A D | sdev_zvolops.c | 571 if (excl == EXCL) in devzvol_create()
|
| H A D | sdev_vnops.c | 421 if (excl == EXCL) { in sdev_create()
|
| /onnv-gate/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 | 974 EXCL, 0, &vp, CRMKNOD, 0, 0); in sotpi_bindlisten()
|
| /onnv-gate/usr/src/uts/common/fs/cachefs/ |
| H A D | cachefs_fscache.c | 834 error = VOP_CREATE(fscdirvp, CACHEFS_FSINFO, attrp, EXCL, in fscdir_create()
|
| H A D | cachefs_subr.c | 977 error = VOP_CREATE(fgp->fg_dirvp, name, attrp, EXCL, mode, in cachefs_createfrontfile() 2373 EXCL, 0666, &frontvp, kcred, 0, NULL, NULL); in cachefs_async_populate()
|
| H A D | cachefs_filegrp.c | 1641 error = VOP_CREATE(fscp->fs_fsattrdir, fname, attrp, EXCL, 0666, in filegrpattr_create()
|
| H A D | cachefs_log.c | 251 ((error = VOP_CREATE(cachep->c_dirvp, LOG_STATUS_NAME, &attr, EXCL, in cachefs_log_save_lc()
|
| H A D | cachefs_vnops.c | 3973 if (exclusive == EXCL) in cachefs_create_connected() 4122 else if (exclusive == EXCL) in cachefs_create_disconnected()
|
| /onnv-gate/usr/src/uts/common/fs/devfs/ |
| H A D | devfs_vnops.c | 838 if (excl == EXCL) in devfs_create()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vnode.c | 996 excl = EXCL; in vn_openat() 1315 if ((flag & FNOFOLLOW) || excl == EXCL) in vn_createat() 1345 (excl == EXCL) ? NULLVPP : vpp, startvp); in vn_createat()
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs3_vnops.c | 2269 if (exclusive == EXCL) in nfs3_create() 2401 if (exclusive == EXCL) { in nfs3create() 2480 if (exclusive == EXCL) in nfs3create() 2509 if (exclusive == EXCL) { in nfs3create() 2560 if (exclusive == EXCL && in nfs3create()
|
| H A D | nfs3_srv.c | 1693 excl = EXCL; in rfs3_create() 1702 excl = EXCL; in rfs3_create() 2506 excl = EXCL; in rfs3_mknod()
|
| H A D | nfs_vnops.c | 2015 if (exclusive == EXCL) in nfs_create()
|
| H A D | nfs4_srv.c | 1492 excl = EXCL; in do_rfs4_op_mknod() 6201 error = VOP_CREATE(dvp, nm, vap, EXCL, VWRITE, vpp, cr, 0, NULL, NULL); in create_vnode()
|
| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_vops.c | 662 error = VOP_CREATE(dvp, np, vap, EXCL, attr->sa_vattr.va_mode, in smb_vop_create()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | vnode.h | 718 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
| /onnv-gate/usr/src/uts/common/fs/tmpfs/ |
| H A D | tmp_vnops.c | 989 if (exclusive == EXCL) in tmp_create()
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 4455 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec); in zfs_ioc_smb_acl()
|
| H A D | zfs_vnops.c | 1472 if (excl == EXCL) { in zfs_create()
|