Searched refs:FTRUNC (Results 1 – 18 of 18) sorted by relevance
121 if (filemode & (FWRITE|FTRUNC)) in vn_open()139 if (filemode & FTRUNC) { in vn_open()150 (filemode & ~(FTRUNC|FEXCL)), umask)) != 0) in vn_open()182 if (filemode & (FWRITE|FTRUNC)) { in vn_open()245 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_open()
193 } else if (oflag & FTRUNC) in smb_fh_open()199 if (oflag & FTRUNC) in smb_fh_open()
94 #define FTRUNC 0x200 macro
137 #define FTRUNC 0x0200 macro
98 #define FTRUNC 0x0200 macro
84 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
978 if (filemode & (FWRITE|FTRUNC)) in vn_openat()1025 if (filemode & FTRUNC) { in vn_openat()1036 (filemode & ~(FTRUNC|FEXCL)), umask, startvp)) in vn_openat()1076 if (filemode & (FWRITE|FTRUNC)) { in vn_openat()1092 if (filemode & FTRUNC) { in vn_openat()1191 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()1217 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
115 (mode & (FWRITE|FTRUNC))) { in deleg_rd_open()
683 if (flag & FTRUNC) in nfs4_open()
151 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX; in spa_config_write()
460 cr_disp = (mode & FTRUNC) ? in smb_fem_oplock_open()
404 flag = flag & ~FTRUNC; in sysmopen()
661 oflg |= FTRUNC; in do_put()
258 FWRITE | FTRUNC | FEXCL | FCREAT | FOFFMAX, in create_core_file()
490 fp->kf_vnflags = FCREAT | FWRITE | FTRUNC; in kfcreate()
1323 fflags |= FTRUNC; in nvf_open()
2470 FC_FL(FTRUNC),
275 if (flag & FTRUNC) in smbfs_open()