Home
last modified time | relevance | path

Searched refs:FCREAT (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dinst_sync.c166 FCREAT, 0444, &vp, CRCREAT, 0)) != 0) { in in_sync_sys()
238 error = VOP_CLOSE(fp->vp, FCREAT, 1, (offset_t)0, CRED(), NULL); in in_fclose()
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_41/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()
494 FCREAT|FWRITE|FAPPEND, 0600, &vp, 0, 0); in nl7c_logd_init()
532 FCREAT|FWRITE|FTRUNC, 0600, &nca_fio_vp(&fio), 0, 0); in nl7c_logd_init()
H A Dsockcommon_vnops.c121 flag &= ~FCREAT; /* paranoia */ in socket_vop_open()
/titanic_41/usr/src/ucbhead/sys/
H A Dfile.h95 #define FCREAT 0x100 macro
H A Dfcntl.h135 #define FCREAT 0x0100 macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h110 #define FCREAT _FCREAT macro
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h95 #define FCREAT 0x0100 macro
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dfile.c181 if (oflag & FCREAT) { in smb_fh_open()
/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_misc.c479 FCREAT|FWRITE, 0600, &C_VP, CRCREAT, 0)) { in cpr_alloc_statefile()
772 if (rc = cpr_open_deffile(FCREAT|FWRITE, &vp)) in cpr_write_deffile()
801 cpr_open_deffile(FCREAT|FWRITE, &vp)) in cpr_clear_definfo()
H A Dcpr_main.c351 if (error = vn_open(fname, UIO_SYSSPACE, FCREAT|FWRITE, in cpr_ufs_logging()
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c434 if (!(flags & FCREAT) && stat64(realpath, &st) == -1) in vn_open()
438 if (flags & FCREAT) in vn_open()
447 if (flags & FCREAT) in vn_open()
/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
H A Dacctctl.c245 FCREAT | FWRITE | FOFFMAX, 0600, &vp, CRCREAT, 0)) != 0) { in ac_file_set()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c441 if (error = vn_open(name, UIO_SYSSPACE, FCREAT|FWRITE|FOFFMAX, in log_file_create()
510 error1 = VOP_CLOSE(vp, FCREAT|FWRITE|FOFFMAX, 1, (offset_t)0, in log_file_create()
562 if (error = VOP_CLOSE(lfp->lf_vp, FCREAT|FWRITE|FOFFMAX, 1, (offset_t)0, in log_file_rele()
H A Dnfs4_state.c992 if (vn_open(ss_pn->pn, UIO_SYSSPACE, FCREAT|FWRITE, 0600, &vp, in rfs4_ss_clid_write_one()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c150 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX; in spa_config_write()
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1321 fflags |= FCREAT; in nvf_open()
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c983 if (filemode & FCREAT) { in vn_openat()
1156 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
1182 if ((filemode & FTRUNC) && !(filemode & FCREAT)) { in vn_openat()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c1200 if ((error = vn_open(fwlogfile, UIO_SYSSPACE, FCREAT|FWRITE, 0644, in pmcs_write_fwlog()
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c574 flag &= ~FCREAT; /* paranoia */ in spec_open()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2219 FC_FL(FCREAT),
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c3818 oflags = (FCREAT|FWRITE); in di_cache_write()