Searched refs:FTRUNC (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h96 #define FTRUNC 0x200 macro
H A Dfcntl.h137 #define FTRUNC 0x0200 macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dfile.c186 } else if (oflag & FTRUNC)
192 if (oflag & FTRUNC)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h112 #define FTRUNC _FTRUNC macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h98 #define FTRUNC 0x0200 macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c280 ret = VOP_CLOSE(nca_fio_vp(&fio), FCREAT|FWRITE|FAPPEND|FTRUNC,
310 ret = vn_open(nca_fio_name(&fio), UIO_SYSSPACE, FCREAT|FWRITE|FTRUNC,
532 FCREAT|FWRITE|FTRUNC, 0600, &nca_fio_vp(&fio), 0, 0);
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c78 * Must not be any of FAPPEND FCREAT FTRUNC FXATTR FXATTRDIROPEN
83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN)))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c115 (mode & (FWRITE|FTRUNC))) {
H A Dnfs4_vnops.c679 * If caller specified O_TRUNC/FTRUNC, then be sure to set
682 if (flag & FTRUNC)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c430 if (mode & (FWRITE|FTRUNC))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c150 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c969 if (filemode & (FWRITE|FTRUNC))
993 if (filemode & FTRUNC) {
1004 (filemode & ~(FTRUNC|FEXCL)), umask, startvp))
1044 if (filemode & (FWRITE|FTRUNC)) {
1060 if (filemode & FTRUNC) {
1157 if ((filemode & FTRUNC) && !(filemode & FCREAT)) {
1183 if ((filemode & FTRUNC) && !(filemode & FCREAT)) {
/illumos-gate/usr/src/uts/common/io/
H A Dsysmsg.c401 * 4196476 - FTRUNC was causing E10K to return EINVAL
404 flag = flag & ~FTRUNC;
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c257 FWRITE | FTRUNC | FEXCL | FCREAT | FOFFMAX,
H A Ddevcache.c490 fp->kf_vnflags = FCREAT | FWRITE | FTRUNC;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1323 fflags |= FTRUNC;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c315 * If caller specified O_TRUNC/FTRUNC, then be sure to set
318 if (flag & FTRUNC)
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2316 FC_FL(FTRUNC),

Completed in 131 milliseconds