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()
1564 xfs_warn(mp, "Log sector size too small (0x%x < 0x%x)", in xlog_alloc_log()
1571 xfs_warn(mp, "Log sector size too large (0x%x > 0x%x)", in xlog_alloc_log()
1579 xfs_warn(mp, in xlog_alloc_log()
2090 xfs_warn(log->l_mp, in xlog_sync()
2154 xfs_warn(mp, "ticket reservation summary:"); in xlog_print_tic_res()
2155 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res); in xlog_print_tic_res()
2156 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
2157 xfs_warn(mp, " original count = %d", ticket->t_ocnt); in xlog_print_tic_res()
2158 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()
2172 xfs_warn(mp, "transaction summary:"); in xlog_print_trans()
2173 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
2174 xfs_warn(mp, " log count = %d", tp->t_log_count); in xlog_print_trans()
2175 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
2185 xfs_warn(mp, "log item: "); in xlog_print_trans()
2186 xfs_warn(mp, " type = 0x%x", lip->li_type); in xlog_print_trans()
2187 xfs_warn(mp, " flags = 0x%lx", lip->li_flags); in xlog_print_trans()
2190 xfs_warn(mp, " niovecs = %d", lv->lv_niovecs); in xlog_print_trans()
2191 xfs_warn(mp, " size = %d", lv->lv_size); in xlog_print_trans()
2192 xfs_warn(mp, " bytes = %d", lv->lv_bytes); in xlog_print_trans()
2193 xfs_warn(mp, " buf len = %d", lv->lv_buf_len); in xlog_print_trans()
2200 xfs_warn(mp, " iovec[%d]", i); in xlog_print_trans()
2201 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
2202 xfs_warn(mp, " len = %d", vec->i_len); in xlog_print_trans()
2203 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2826 xfs_warn(log->l_mp, in xlog_state_do_callback()
3676 xfs_warn(log->l_mp, in xlog_verify_iclog()
3860 xfs_warn(mp, in xfs_log_check_lsn()