Lines Matching refs:xfs_warn

684 		xfs_warn(mp,  in xfs_log_mount()
708 xfs_warn(mp, "AIL initialisation failed: error %d", error); in xfs_log_mount()
720 xfs_warn(mp, "log mount/recovery failed: error %d", in xfs_log_mount()
1056 xfs_warn(mp, in xfs_log_quiesce()
1533 xfs_warn(mp, "Log allocation failed: No memory!"); in xlog_alloc_log()
1565 xfs_warn(mp, "Log sector size too small (0x%x < 0x%x)", in xlog_alloc_log()
1572 xfs_warn(mp, "Log sector size too large (0x%x > 0x%x)", in xlog_alloc_log()
1580 xfs_warn(mp, in xlog_alloc_log()
2092 xfs_warn(log->l_mp, in xlog_sync()
2156 xfs_warn(mp, "ticket reservation summary:"); in xlog_print_tic_res()
2157 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res); in xlog_print_tic_res()
2158 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
2159 xfs_warn(mp, " original count = %d", ticket->t_ocnt); in xlog_print_tic_res()
2160 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()
2174 xfs_warn(mp, "transaction summary:"); in xlog_print_trans()
2175 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
2176 xfs_warn(mp, " log count = %d", tp->t_log_count); in xlog_print_trans()
2177 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
2187 xfs_warn(mp, "log item: "); in xlog_print_trans()
2188 xfs_warn(mp, " type = 0x%x", lip->li_type); in xlog_print_trans()
2189 xfs_warn(mp, " flags = 0x%lx", lip->li_flags); in xlog_print_trans()
2192 xfs_warn(mp, " niovecs = %d", lv->lv_niovecs); in xlog_print_trans()
2193 xfs_warn(mp, " size = %d", lv->lv_size); in xlog_print_trans()
2194 xfs_warn(mp, " bytes = %d", lv->lv_bytes); in xlog_print_trans()
2195 xfs_warn(mp, " buf len = %d", lv->lv_buf_len); in xlog_print_trans()
2202 xfs_warn(mp, " iovec[%d]", i); in xlog_print_trans()
2203 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
2204 xfs_warn(mp, " len = %d", vec->i_len); in xlog_print_trans()
2205 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2828 xfs_warn(log->l_mp, in xlog_state_do_callback()
3678 xfs_warn(log->l_mp, in xlog_verify_iclog()
3862 xfs_warn(mp, in xfs_log_check_lsn()