Searched refs:C_VP (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 460 if (C_VP->v_type != VBLK) in cpr_alloc_statefile() 461 (void) VOP_DUMPCTL(C_VP, DUMP_FREE, NULL, NULL); in cpr_alloc_statefile() 479 FCREAT|FWRITE, 0600, &C_VP, CRCREAT, 0)) { in cpr_alloc_statefile() 488 if (C_VP->v_type != VREG && C_VP->v_type != VBLK) { in cpr_alloc_statefile() 494 if (rc = cpr_statefile_ok(C_VP, alloc_retry)) in cpr_alloc_statefile() 497 if (C_VP->v_type != VBLK) { in cpr_alloc_statefile() 501 (void) VFS_SYNC(C_VP->v_vfsp, 0, CRED()); in cpr_alloc_statefile() 507 if (rc = VOP_DUMPCTL(C_VP, DUMP_ALLOC, NULL, NULL)) { in cpr_alloc_statefile() 734 if (C_VP) { in cpr_statef_close() 736 (void) VOP_DUMPCTL(C_VP, DUMP_FREE, NULL, NULL); in cpr_statef_close() [all …]
|
H A D | cpr_main.c | 736 rc = cpr_dump(C_VP); in cpr_suspend()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpr.h | 551 #define C_VP (CPR->c_vp) macro
|