Lines Matching refs:xfs_warn
632 xfs_warn(mp, in xfs_log_mount()
656 xfs_warn(mp, "AIL initialisation failed: error %d", error); in xfs_log_mount()
668 xfs_warn(mp, "log mount/recovery failed: error %d", in xfs_log_mount()
1004 xfs_warn(mp, in xfs_log_quiesce()
1378 xfs_warn(mp, "Log allocation failed: No memory!"); in xlog_alloc_log()
1409 xfs_warn(mp, "Log sector size too small (0x%x < 0x%x)", in xlog_alloc_log()
1416 xfs_warn(mp, "Log sector size too large (0x%x > 0x%x)", in xlog_alloc_log()
1424 xfs_warn(mp, in xlog_alloc_log()
1852 xfs_warn(log->l_mp, in xlog_sync()
1916 xfs_warn(mp, "ticket reservation summary:"); in xlog_print_tic_res()
1917 xfs_warn(mp, " unit res = %d bytes", ticket->t_unit_res); in xlog_print_tic_res()
1918 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
1919 xfs_warn(mp, " original count = %d", ticket->t_ocnt); in xlog_print_tic_res()
1920 xfs_warn(mp, " remaining count = %d", ticket->t_cnt); in xlog_print_tic_res()
1934 xfs_warn(mp, "transaction summary:"); in xlog_print_trans()
1935 xfs_warn(mp, " log res = %d", tp->t_log_res); in xlog_print_trans()
1936 xfs_warn(mp, " log count = %d", tp->t_log_count); in xlog_print_trans()
1937 xfs_warn(mp, " flags = 0x%x", tp->t_flags); in xlog_print_trans()
1947 xfs_warn(mp, "log item: "); in xlog_print_trans()
1948 xfs_warn(mp, " type = 0x%x", lip->li_type); in xlog_print_trans()
1949 xfs_warn(mp, " flags = 0x%lx", lip->li_flags); in xlog_print_trans()
1952 xfs_warn(mp, " niovecs = %d", lv->lv_niovecs); in xlog_print_trans()
1953 xfs_warn(mp, " size = %d", lv->lv_size); in xlog_print_trans()
1954 xfs_warn(mp, " bytes = %d", lv->lv_bytes); in xlog_print_trans()
1955 xfs_warn(mp, " buf len = %d", lv->lv_buf_len); in xlog_print_trans()
1962 xfs_warn(mp, " iovec[%d]", i); in xlog_print_trans()
1963 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
1964 xfs_warn(mp, " len = %d", vec->i_len); in xlog_print_trans()
1965 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2557 xfs_warn(log->l_mp, in xlog_state_do_callback()
3403 xfs_warn(log->l_mp, in xlog_verify_iclog()
3587 xfs_warn(mp, in xfs_log_check_lsn()