Home
last modified time | relevance | path

Searched refs:C_VP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c462 if (C_VP->v_type != VBLK) in cpr_alloc_statefile()
463 (void) VOP_DUMPCTL(C_VP, DUMP_FREE, NULL, NULL); in cpr_alloc_statefile()
481 FCREAT|FWRITE, 0600, &C_VP, CRCREAT, 0)) { in cpr_alloc_statefile()
490 if (C_VP->v_type != VREG && C_VP->v_type != VBLK) { in cpr_alloc_statefile()
496 if (rc = cpr_statefile_ok(C_VP, alloc_retry)) in cpr_alloc_statefile()
499 if (C_VP->v_type != VBLK) { in cpr_alloc_statefile()
503 (void) VFS_SYNC(C_VP->v_vfsp, 0, CRED()); in cpr_alloc_statefile()
736 if (C_VP) { in cpr_statef_close()
738 (void) VOP_DUMPCTL(C_VP, DUMP_FREE, NULL, NULL); in cpr_statef_close()
740 VN_RELE(C_VP); in cpr_statef_close()
[all …]
H A Dcpr_main.c740 rc = cpr_dump(C_VP); in cpr_suspend()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h551 #define C_VP (CPR->c_vp) macro