Searched refs:cpr_file_bn (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 95 static int cpr_file_bn; /* cpr state-file block offset */ variable 423 cpr_file_bn = cpr_statefile_offset(); in cpr_dump() 498 if (error = i_cpr_blockzero(cpr_buf, &cpr_wptr, &cpr_file_bn, vp)) in cpr_dump() 949 pfn, cpr_file_bn, error); in cpr_compress_and_write() 988 wbytes = dbtob(cpr_file_bn + cpr_buf_blocks); in cpr_write() 1009 error = VOP_DUMP(vp, cpr_buf, cpr_file_bn, cpr_buf_blocks, in cpr_write() 1020 cpr_file_bn += cpr_buf_blocks; /* Increment block count */ in cpr_write() 1040 error = VOP_DUMP(vp, (caddr_t)cpr_buf, cpr_file_bn, nblk, NULL); in cpr_flush_write() 1043 cpr_file_bn += nblk; in cpr_flush_write()
|