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()
1845 magic32 = be32_to_cpu(*(__be32 *)blk); in xlog_recover_get_buf_lsn()
1987 magic32 = be32_to_cpu(*(__be32 *)bp->b_addr); in xlog_recover_validate_buf_type()
3050 agno = be32_to_cpu(icl->icl_ag); in xlog_recover_do_icreate_pass2()
3055 agbno = be32_to_cpu(icl->icl_agbno); in xlog_recover_do_icreate_pass2()
3060 isize = be32_to_cpu(icl->icl_isize); in xlog_recover_do_icreate_pass2()
3065 count = be32_to_cpu(icl->icl_count); in xlog_recover_do_icreate_pass2()
3070 length = be32_to_cpu(icl->icl_length); in xlog_recover_do_icreate_pass2()
3100 be32_to_cpu(icl->icl_gen)); in xlog_recover_do_icreate_pass2()
3584 tid = be32_to_cpu(ohead->oh_tid); in xlog_recover_ophdr_to_trans()
3598 ASSERT(be32_to_cpu(ohead->oh_len) == 0); in xlog_recover_ophdr_to_trans()
3643 len = be32_to_cpu(ohead->oh_len); in xlog_recover_process_ophdr()
3682 end = dp + be32_to_cpu(rhead->h_len); in xlog_recover_process_data()
3683 num_logops = be32_to_cpu(rhead->h_num_logops); in xlog_recover_process_data()
3701 dp += be32_to_cpu(ohead->oh_len); in xlog_recover_process_data()
3911 agino = be32_to_cpu(dip->di_next_unlinked); in xlog_recover_process_one_iunlink()
3998 agino = be32_to_cpu(agi->agi_unlinked[bucket]); in xlog_recover_process_iunlinks()
4028 crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len)); in xlog_unpack_data_crc()
4063 for (i = 0; i < BTOBB(be32_to_cpu(rhead->h_len)) && in xlog_unpack_data()
4071 for ( ; i < BTOBB(be32_to_cpu(rhead->h_len)); i++) { in xlog_unpack_data()
4097 (be32_to_cpu(rhead->h_version) & (~XLOG_VERSION_OKBITS))))) { in xlog_valid_rec_header()
4099 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
4104 hlen = be32_to_cpu(rhead->h_len); in xlog_valid_rec_header()
4166 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
4167 if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) && in xlog_do_recovery_pass()
4252 bblks = (int)BTOBB(be32_to_cpu(rhead->h_len)); in xlog_do_recovery_pass()
4327 bblks = (int)BTOBB(be32_to_cpu(rhead->h_len)); in xlog_do_recovery_pass()
4643 freeblks += be32_to_cpu(agfp->agf_freeblks) + in xlog_recover_check_summary()
4644 be32_to_cpu(agfp->agf_flcount); in xlog_recover_check_summary()
4655 itotal += be32_to_cpu(agi->agi_count); in xlog_recover_check_summary()
4656 ifree += be32_to_cpu(agi->agi_freecount); in xlog_recover_check_summary()