Searched refs:C_VP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 462 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() 509 if (rc = VOP_DUMPCTL(C_VP, DUMP_ALLOC, NULL, NULL)) { 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() [all …]
|
H A D | cpr_main.c | 740 rc = cpr_dump(C_VP); in cpr_suspend()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpr.h | 551 #define C_VP (CPR->c_vp) macro
|