Home
last modified time | relevance | path

Searched refs:VOP_CLOSE (Results 1 – 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c148 (void) VOP_CLOSE(vp1, FWRITE|FREAD, 1, (offset_t)0, in pipe()
205 (void) VOP_CLOSE(vp1, FWRITE|FREAD, 1, (offset_t)0, fp1->f_cred, NULL); in pipe()
206 (void) VOP_CLOSE(vp2, FWRITE|FREAD, 1, (offset_t)0, fp2->f_cred, NULL); in pipe()
H A Dacctctl.c165 error = VOP_CLOSE(info->ac_vnode, FWRITE, 1, 0, in ac_file_set()
280 if ((error = VOP_CLOSE(vp, FWRITE, 1, 0, CRED(), NULL)) != 0) { in ac_file_set()
567 (void) VOP_CLOSE(info->ac_vnode, FWRITE, 1, 0, kcred, NULL); in exacct_free_info()
/illumos-gate/usr/src/uts/common/os/
H A Dacct.c130 (void) VOP_CLOSE(ag->acctvp, FWRITE, 1, (offset_t)0, kcred, in acct_shutdown()
282 error = VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), in sysacct()
335 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), NULL); in sysacct()
H A Dinst_sync.c238 error = VOP_CLOSE(fp->vp, FCREAT, 1, (offset_t)0, CRED(), NULL); in in_fclose()
H A Dcore.c271 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, in create_core_file()
449 closerr = VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, credp, NULL); in do_core()
H A Ddumpsubr.c1209 (void) VOP_CLOSE(cvp, FREAD | FWRITE, 1, (offset_t)0, in dumpinit()
1263 (void) VOP_CLOSE(cdev_vp, FREAD | FWRITE, 1, 0, in dumpinit()
1305 (void) VOP_CLOSE(cdev_vp, FREAD | FWRITE, 1, 0, in dumpfini()
1311 (void) VOP_CLOSE(dumpvp, FREAD | FWRITE, 1, (offset_t)0, kcred, NULL); in dumpfini()
3045 (void) VOP_CLOSE(dumpbuf.cdev_vp, FREAD | FWRITE, 1, 0, in dumpsys()
H A Dsession.c643 (void) VOP_CLOSE(vp, 0, 1, (offset_t)0, cred, NULL); in freectty()
H A Ddriver.c352 error = VOP_CLOSE(vp, flag | FKLYR, 1, (offset_t)0, cred, NULL); in dev_lclose()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_open.c87 error = VOP_CLOSE(vp, flag, 0, 0, CRED(), NULL); in vn_close_rele()
256 (void) VOP_CLOSE(vp, filemode, 1, (offset_t)0, CRED(), in vn_open()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c193 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in cpr_get_config()
739 (void) VOP_CLOSE(C_VP, FWRITE, 1, (offset_t)0, CRED(), NULL); in cpr_statef_close()
781 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), NULL); in cpr_write_deffile()
807 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), NULL); in cpr_clear_definfo()
826 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in cpr_get_reusable_mode()
H A Dcpr_main.c343 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in cpr_ufs_logging()
349 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in cpr_ufs_logging()
368 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), NULL); in cpr_ufs_logging()
/illumos-gate/usr/src/uts/common/io/
H A Dcons.c338 (void) VOP_CLOSE(vp, flag, 1, (offset_t)0, cred, NULL); in cnopen()
368 err = VOP_CLOSE(vp, flag, 1, (offset_t)0, cred, NULL); in cnclose()
H A Dsysmsg.c360 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, kcred, NULL); in bind_consadm_conf()
448 (void) VOP_CLOSE(dcvp, FWRITE, 1, (offset_t)0, kcred, NULL); in sysmclose()
460 (void) VOP_CLOSE(sysmcache[i].dca_vp, flag, in sysmclose()
H A Diwscons.c515 (void) VOP_CLOSE(vp, flag, 1, (offset_t)0, cred, NULL); in iwscnopen()
590 (void) VOP_CLOSE(lp->wl_vp, 0, 1, (offset_t)0, kcred, in iwscnclose()
H A Dl_strplumb.c136 ret = VOP_CLOSE(vp, FREAD|FWRITE, 1, (offset_t)0, CRED(), NULL); in kstr_close()
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c256 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, cred, NULL); in shbinexec()
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c172 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, cred, NULL); in javaexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c292 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, cred, NULL); in intpexec()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h252 #define VOP_CLOSE(vp, f, c, o, cr, ct) 0 macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c485 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
495 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
512 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
541 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
558 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
582 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
590 (void) VOP_CLOSE(vp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_getstate()
716 (void) VOP_CLOSE(dvp, FREAD, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_oldstate()
1068 (void) VOP_CLOSE(vp, FWRITE, 1, (offset_t)0, CRED(), NULL); in rfs4_ss_clid_write_one()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c157 (void) VOP_CLOSE(vf->vf_vnode, spa_mode(vd->vdev_spa), 1, 0, in vdev_file_close()
H A Dspa_config.c184 (void) VOP_CLOSE(vp, oflags, 1, 0, kcred, NULL); in spa_config_write()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c525 (void) VOP_CLOSE(vp, FREAD|FWRITE, 1, in ufs_mountroot()
540 (void) VOP_CLOSE(devvp, FREAD|FWRITE, 1, in ufs_mountroot()
1364 (void) VOP_CLOSE(devvp, (vfsp->vfs_flag & VFS_RDONLY) ? in mountfs()
1673 (void) VOP_CLOSE(bvp, flag, 1, (offset_t)0, cr, NULL); in ufs_unmount()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmops.c322 (void) VOP_CLOSE(vp, FREAD|FWRITE, 0, 0, in rsm_get_controller()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c172 error = VOP_CLOSE(nodep->nm_filevp, flag, count, offset, crp, ct); in nm_close()

123