Searched refs:FTRUNC (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | file.c | 186 } else if (oflag & FTRUNC) in smb_fh_open() 192 if (oflag & FTRUNC) in smb_fh_open()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | file.h | 96 #define FTRUNC 0x200 macro
|
H A D | fcntl.h | 137 #define FTRUNC 0x0200 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 112 #define FTRUNC _FTRUNC macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | file.h | 98 #define FTRUNC 0x0200 macro
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 280 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 D | open.c | 83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_deleg_ops.c | 114 (mode & (FWRITE|FTRUNC))) { in deleg_rd_open()
|
H A D | nfs4_vnops.c | 686 if (flag & FTRUNC) in nfs4_open()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 150 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX; in spa_config_write()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vnode.c | 968 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 D | smb_fem.c | 429 if (mode & (FWRITE|FTRUNC)) in smb_fem_oplock_open()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sysmsg.c | 404 flag = flag & ~FTRUNC; in sysmopen()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | core.c | 257 FWRITE | FTRUNC | FEXCL | FCREAT | FOFFMAX, in create_core_file()
|
H A D | devcache.c | 490 fp->kf_vnflags = FCREAT | FWRITE | FTRUNC; in kfcreate()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 1323 fflags |= FTRUNC; in nvf_open()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 317 if (flag & FTRUNC) in smbfs_open()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 2224 FC_FL(FTRUNC),
|