/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 365 if (excl == NONEXCL) { in nm_create()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 961 NONEXCL, 0600, &nmvp, kcred, 0, NULL, NULL); in cachefs_unmount()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_logelem.c | 442 &dirfid, np, NULL, &vattr, NONEXCL, VWRITE, in logelem_lostfound() 1651 &CREATE_OBJECT(logelem_object_p).i_up->dl_attrs, NONEXCL, in logelem_roll_create()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 714 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 719 enum vcexcl { NONEXCL, EXCL }; /* (non)excl create */ enumerator
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 802 error = VOP_CREATE(rdvp, nm, &vattr, NONEXCL, in dv_shadow_node()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1570 if (excl == NONEXCL) { in fifo_create()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vnode.c | 999 excl = NONEXCL; in vn_openat() 1424 } else if (excl == NONEXCL && *vpp != NULL) { in vn_createat()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1096 if (exclusive == NONEXCL) { in pcfs_create()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1467 if (excl == NONEXCL) { in spec_create()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 1870 error = VOP_CREATE(dvp, name, &va, NONEXCL, mode, &vp, cr, 0, in rfs_create()
|
H A D | nfs3_srv.c | 1607 excl = NONEXCL; in rfs3_create()
|
H A D | nfs3_vnops.c | 2382 if (error == EEXIST && exclusive == NONEXCL) { in nfs3_create()
|
H A D | nfs4_vnops.c | 6799 if (error == EEXIST && exclusive == NONEXCL) { in nfs4_create()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_subr.c | 1642 error = VOP_CREATE(rdvp, nm, vap, NONEXCL, VREAD|VWRITE, in sdev_shadow_node()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 763 if (excl == NONEXCL) { in udf_create()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 3015 if (excl == NONEXCL) { in ufs_create()
|