Lines Matching refs:xfs_warn
680 xfs_warn(mp, in xfs_log_mount()
685 xfs_warn(mp, in xfs_log_mount()
690 xfs_warn(mp, in xfs_log_mount()
697 xfs_warn(mp, in xfs_log_mount()
723 xfs_warn(mp, "AIL initialisation failed: error %d", error); in xfs_log_mount()
743 xfs_warn(mp, "log mount/recovery failed: error %d", in xfs_log_mount()
1071 xfs_warn(mp, in xfs_log_quiesce()
1540 xfs_warn(mp, "Log allocation failed: No memory!"); in xlog_alloc_log()
1571 xfs_warn(mp, "Log sector size too small (0x%x < 0x%x)", in xlog_alloc_log()
1578 xfs_warn(mp, "Log sector size too large (0x%x > 0x%x)", in xlog_alloc_log()
1586 xfs_warn(mp, in xlog_alloc_log()
2097 xfs_warn(log->l_mp, in xlog_sync()
2172 xfs_warn(mp, "ticket reservation summary:"); in xlog_print_tic_res()
2173 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res); in xlog_print_tic_res()
2174 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
2175 xfs_warn(mp, " original count = %d", ticket->t_ocnt); in xlog_print_tic_res()
2176 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()
2190 xfs_warn(mp, "transaction summary:"); in xlog_print_trans()
2191 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
2192 xfs_warn(mp, " log count = %d", tp->t_log_count); in xlog_print_trans()
2193 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
2203 xfs_warn(mp, "log item: "); in xlog_print_trans()
2204 xfs_warn(mp, " type = 0x%x", lip->li_type); in xlog_print_trans()
2205 xfs_warn(mp, " flags = 0x%lx", lip->li_flags); in xlog_print_trans()
2208 xfs_warn(mp, " niovecs = %d", lv->lv_niovecs); in xlog_print_trans()
2209 xfs_warn(mp, " size = %d", lv->lv_size); in xlog_print_trans()
2210 xfs_warn(mp, " bytes = %d", lv->lv_bytes); in xlog_print_trans()
2211 xfs_warn(mp, " buf len = %d", lv->lv_buf_len); in xlog_print_trans()
2218 xfs_warn(mp, " iovec[%d]", i); in xlog_print_trans()
2219 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
2220 xfs_warn(mp, " len = %d", vec->i_len); in xlog_print_trans()
2221 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2844 xfs_warn(log->l_mp, in xlog_state_do_callback()
3694 xfs_warn(log->l_mp, in xlog_verify_iclog()
3878 xfs_warn(mp, in xfs_log_check_lsn()