Lines Matching refs:be32_to_cpu

300 		&head->h_fs_uuid, be32_to_cpu(head->h_fmt));  in xlog_header_check_dump()
582 uint h_size = be32_to_cpu(head->h_size); in xlog_find_verify_log_record()
592 BTOBB(be32_to_cpu(head->h_len)) + xhdrs) in xlog_find_verify_log_record()
981 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_find_tail()
1003 int h_size = be32_to_cpu(rhead->h_size); in xlog_find_tail()
1004 int h_version = be32_to_cpu(rhead->h_version); in xlog_find_tail()
1018 BTOBB(be32_to_cpu(rhead->h_len))) % log->l_logBBsize; in xlog_find_tail()
1021 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_find_tail()
1844 magic32 = be32_to_cpu(*(__be32 *)blk); in xlog_recover_get_buf_lsn()
1996 magic32 = be32_to_cpu(*(__be32 *)bp->b_addr); in xlog_recover_validate_buf_type()
3067 agno = be32_to_cpu(icl->icl_ag); in xlog_recover_do_icreate_pass2()
3072 agbno = be32_to_cpu(icl->icl_agbno); in xlog_recover_do_icreate_pass2()
3077 isize = be32_to_cpu(icl->icl_isize); in xlog_recover_do_icreate_pass2()
3082 count = be32_to_cpu(icl->icl_count); in xlog_recover_do_icreate_pass2()
3087 length = be32_to_cpu(icl->icl_length); in xlog_recover_do_icreate_pass2()
3151 length, be32_to_cpu(icl->icl_gen)); in xlog_recover_do_icreate_pass2()
3656 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
3670 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3715 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3754 end = dp + be32_to_cpu(rhead->h_len); in xlog_recover_process_data()
3755 num_logops = be32_to_cpu(rhead->h_num_logops); in xlog_recover_process_data()
3773 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
4027 agino = be32_to_cpu(dip->di_next_unlinked); in xlog_recover_process_one_iunlink()
4114 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
4144 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_unpack_data_crc()
4179 for (i = 0; i < BTOBB(be32_to_cpu(rhead->h_len)) && in xlog_unpack_data()
4187 for ( ; i < BTOBB(be32_to_cpu(rhead->h_len)); i++) { in xlog_unpack_data()
4213 (be32_to_cpu(rhead->h_version) & (~XLOG_VERSION_OKBITS))))) { in xlog_valid_rec_header()
4215 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
4220 hlen = be32_to_cpu(rhead->h_len); in xlog_valid_rec_header()
4282 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
4283 if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) && in xlog_do_recovery_pass()
4368 bblks = (int)BTOBB(be32_to_cpu(rhead->h_len)); in xlog_do_recovery_pass()
4443 bblks = (int)BTOBB(be32_to_cpu(rhead->h_len)); in xlog_do_recovery_pass()
4782 freeblks += be32_to_cpu(agfp->agf_freeblks) + in xlog_recover_check_summary()
4783 be32_to_cpu(agfp->agf_flcount); in xlog_recover_check_summary()
4794 itotal += be32_to_cpu(agi->agi_count); in xlog_recover_check_summary()
4795 ifree += be32_to_cpu(agi->agi_freecount); in xlog_recover_check_summary()