Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dfile.c186 } else if (oflag & FTRUNC) in smb_fh_open()
192 if (oflag & FTRUNC) in smb_fh_open()
/titanic_50/usr/src/ucbhead/sys/
H A Dfile.h96 #define FTRUNC 0x200 macro
H A Dfcntl.h137 #define FTRUNC 0x0200 macro
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h112 #define FTRUNC _FTRUNC macro
/titanic_50/usr/src/uts/common/sys/
H A Dfile.h98 #define FTRUNC 0x0200 macro
/titanic_50/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()
/titanic_50/usr/src/uts/common/syscall/
H A Dopen.c83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c114 (mode & (FWRITE|FTRUNC))) { in deleg_rd_open()
H A Dnfs4_vnops.c686 if (flag & FTRUNC) in nfs4_open()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_config.c150 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX; in spa_config_write()
/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c968 if (filemode & (FWRITE|FTRUNC)) in vn_openat()
992 if (filemode & FTRUNC) { in vn_openat()
1003 (filemode & ~(FTRUNC|FEXCL)), umask, startvp)) in vn_openat()
1043 if (filemode & (FWRITE|FTRUNC)) { in vn_openat()
1059 if (filemode & FTRUNC) { in vn_openat()
1156 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
1182 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c429 if (mode & (FWRITE|FTRUNC)) in smb_fem_oplock_open()
/titanic_50/usr/src/uts/common/io/
H A Dsysmsg.c404 flag = flag & ~FTRUNC; in sysmopen()
/titanic_50/usr/src/uts/common/os/
H A Dcore.c257 FWRITE | FTRUNC | FEXCL | FCREAT | FOFFMAX, in create_core_file()
H A Ddevcache.c490 fp->kf_vnflags = FCREAT | FWRITE | FTRUNC; in kfcreate()
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1323 fflags |= FTRUNC; in nvf_open()
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c317 if (flag & FTRUNC) in smbfs_open()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c2224 FC_FL(FTRUNC),