Searched refs:vcb_hdr (Results 1 – 1 of 1) sorted by relevance
122 struct vcb_header vcb_hdr; member169 pr_dbf_msg("first_vc_index: %d", b->vcb_hdr.first_vc_index); in pr_dbf_vcb()170 pr_dbf_msg("last_vc_index: %d", b->vcb_hdr.last_vc_index); in pr_dbf_vcb()171 pr_dbf_msg("cs_token: %d", b->vcb_hdr.cs_token); in pr_dbf_vcb()173 pr_dbf_msg("version: %d", b->vcb_hdr.version); in pr_dbf_vcb()174 pr_dbf_msg("stored_vc_count: %d", b->vcb_hdr.stored_vc_count); in pr_dbf_vcb()516 vcb->vcb_hdr.cs_token = vcssb->cs_token; in fill_vcb_input()519 vcb->vcb_hdr.first_vc_index = index; in fill_vcb_input()520 vcb->vcb_hdr.last_vc_index = index; in fill_vcb_input()545 if (vcb->vcb_hdr.vcb_output_length == VCB_LEN_NO_CERTS) { in get_sevcb()[all …]