Home
last modified time | relevance | path

Searched refs:EXCL (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dmkdir.c70 error = vn_createat(dname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mkdirat()
H A Dmknod.c101 error = vn_createat(fname, UIO_USERSPACE, &vattr, EXCL, 0, &vp, in mknodat()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_ptsops.c343 if (excl == EXCL) in devpts_create()
H A Dsdev_vtops.c467 if (excl == EXCL) in devvt_create()
H A Dsdev_zvolops.c752 if (excl == EXCL) in devzvol_create()
H A Dsdev_vnops.c681 if (excl == EXCL) { in sdev_create()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c408 if (excl == EXCL) in fop_create()
420 if (excl == EXCL) in fop_create()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c442 EXCL, 0, &dvp, CRMKDIR, 0, 0); in nl7c_logd_init()
H A Dsocktpi.c976 EXCL, 0, &vp, CRMKNOD, 0, 0); in sotpi_bindlisten()
/titanic_50/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c838 if (excl == EXCL) in devfs_create()
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1840 if (exclusive == EXCL) { in smbfs_create()
1898 if (exclusive == EXCL) in smbfs_create()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c2279 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 Dnfs3_srv.c1596 excl = EXCL; in rfs3_create()
1605 excl = EXCL; in rfs3_create()
2316 excl = EXCL; in rfs3_mknod()
H A Dnfs_vnops.c2025 if (exclusive == EXCL) in nfs_create()
H A Dnfs4_srv.c1502 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 Dnfs4_vnops.c6559 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 Dvnode.c997 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 Dsmb_vops.c678 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 Dvnode.h719 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h714 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
/titanic_50/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1000 if (exclusive == EXCL) in tmp_create()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1580 if (excl == EXCL) { in zfs_create()
H A Dzfs_ioctl.c5226 &vattr, EXCL, 0, &resourcevp, kcred, 0, NULL, &vsec); in zfs_ioc_smb_acl()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvnops.c3407 if (excl == EXCL) /* O_EXCL */ in prcreate()