Example #1
0
void lustre_swab_llog_hdr (struct llog_log_hdr *h)
{
	print_llog_hdr(h);

	lustre_swab_llog_rec(&h->llh_hdr);

	print_llog_hdr(h);
}
Example #2
0
void lustre_swab_llog_hdr (struct llog_log_hdr *h)
{
        ENTRY;
        print_llog_hdr(h);

	lustre_swab_llog_rec(&h->llh_hdr);

        print_llog_hdr(h);
        EXIT;
}