Home
last modified time | relevance | path

Searched refs:FTRUNC (Results 1 – 19 of 19) sorted by relevance

/onnv-gate/usr/src/ucbhead/sys/
H A Dfile.h96 #define FTRUNC 0x200 macro
H A Dfcntl.h136 #define FTRUNC 0x0200 macro
/onnv-gate/usr/src/lib/libsmbfs/smb/
H A Dfile.c241 } else if (oflag & FTRUNC) in smb_fh_open()
247 if (oflag & FTRUNC) in smb_fh_open()
/onnv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h111 #define FTRUNC _FTRUNC macro
/onnv-gate/usr/src/uts/common/sys/
H A Dfile.h94 #define FTRUNC 0x0200 macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DMakefile.PL36 FRSYNC FSYNC FTRUNC F_ALLOCSP F_ALLOCSP64 F_COMPAT
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c280 ret = VOP_CLOSE(nca_fio_vp(&fio), FCREAT|FWRITE|FAPPEND|FTRUNC, in logd_log_write()
310 ret = vn_open(nca_fio_name(&fio), UIO_SYSSPACE, FCREAT|FWRITE|FTRUNC, in logd_log_write()
532 FCREAT|FWRITE|FTRUNC, 0600, &nca_fio_vp(&fio), 0, 0); in nl7c_logd_init()
/onnv-gate/usr/src/uts/common/syscall/
H A Dopen.c80 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c114 (mode & (FWRITE|FTRUNC))) { in deleg_rd_open()
H A Dnfs4_vnops.c669 if (flag & FTRUNC) in nfs4_open()
/onnv-gate/usr/src/uts/common/fs/
H A Dvnode.c967 if (filemode & (FWRITE|FTRUNC)) in vn_openat()
991 if (filemode & FTRUNC) { in vn_openat()
1002 (filemode & ~(FTRUNC|FEXCL)), umask, startvp)) in vn_openat()
1042 if (filemode & (FWRITE|FTRUNC)) { in vn_openat()
1058 if (filemode & FTRUNC) { in vn_openat()
1155 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
1181 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c146 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX; in spa_config_write()
/onnv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c406 if (mode & (FWRITE|FTRUNC)) in smb_fem_oplock_open()
/onnv-gate/usr/src/uts/common/io/
H A Dsysmsg.c404 flag = flag & ~FTRUNC; in sysmopen()
/onnv-gate/usr/src/uts/common/os/
H A Dcore.c256 FWRITE | FTRUNC | FEXCL | FCREAT | FOFFMAX, in create_core_file()
H A Ddevcache.c490 fp->kf_vnflags = FCREAT | FWRITE | FTRUNC; in kfcreate()
/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1323 fflags |= FTRUNC; in nvf_open()
/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c317 if (flag & FTRUNC) in smbfs_open()
/onnv-gate/usr/src/cmd/truss/
H A Dprint.c2139 FC_FL(FTRUNC),