Lines Matching refs:prt_printf

56 	prt_printf(out, "seq:\t%llu\n", seq);  in bch2_journal_buf_to_text()
59 prt_printf(out, "refcount:\t%u\n", journal_state_count(s, i)); in bch2_journal_buf_to_text()
61 prt_printf(out, "size:\t"); in bch2_journal_buf_to_text()
65 prt_printf(out, "expires:\t"); in bch2_journal_buf_to_text()
66 prt_printf(out, "%li jiffies\n", buf->expires - jiffies); in bch2_journal_buf_to_text()
68 prt_printf(out, "flags:\t"); in bch2_journal_buf_to_text()
97 prt_printf(out, "last buf %s\n", journal_entry_is_open(j) ? "open" : "closed"); in bch2_journal_bufs_to_text()
561 prt_printf(&buf, "seq %llu\n", journal_cur_seq(j)); in __journal_res_get()
1444 prt_printf(out, "flags:\t"); in __bch2_journal_debug_to_text()
1447 prt_printf(out, "dirty journal entries:\t%llu/%llu\n", fifo_used(&j->pin), j->pin.size); in __bch2_journal_debug_to_text()
1448 prt_printf(out, "seq:\t%llu\n", journal_cur_seq(j)); in __bch2_journal_debug_to_text()
1449 prt_printf(out, "seq_ondisk:\t%llu\n", j->seq_ondisk); in __bch2_journal_debug_to_text()
1450 prt_printf(out, "last_seq:\t%llu\n", journal_last_seq(j)); in __bch2_journal_debug_to_text()
1451 prt_printf(out, "last_seq_ondisk:\t%llu\n", j->last_seq_ondisk); in __bch2_journal_debug_to_text()
1452 prt_printf(out, "flushed_seq_ondisk:\t%llu\n", j->flushed_seq_ondisk); in __bch2_journal_debug_to_text()
1453 prt_printf(out, "watermark:\t%s\n", bch2_watermarks[j->watermark]); in __bch2_journal_debug_to_text()
1454 prt_printf(out, "each entry reserved:\t%u\n", j->entry_u64s_reserved); in __bch2_journal_debug_to_text()
1455 prt_printf(out, "nr flush writes:\t%llu\n", j->nr_flush_writes); in __bch2_journal_debug_to_text()
1456 prt_printf(out, "nr noflush writes:\t%llu\n", j->nr_noflush_writes); in __bch2_journal_debug_to_text()
1457 prt_printf(out, "average write size:\t"); in __bch2_journal_debug_to_text()
1460 prt_printf(out, "nr direct reclaim:\t%llu\n", j->nr_direct_reclaim); in __bch2_journal_debug_to_text()
1461 prt_printf(out, "nr background reclaim:\t%llu\n", j->nr_background_reclaim); in __bch2_journal_debug_to_text()
1462 prt_printf(out, "reclaim kicked:\t%u\n", j->reclaim_kicked); in __bch2_journal_debug_to_text()
1463 prt_printf(out, "reclaim runs in:\t%u ms\n", time_after(j->next_reclaim, now) in __bch2_journal_debug_to_text()
1465 prt_printf(out, "blocked:\t%u\n", j->blocked); in __bch2_journal_debug_to_text()
1466 prt_printf(out, "current entry sectors:\t%u\n", j->cur_entry_sectors); in __bch2_journal_debug_to_text()
1467 prt_printf(out, "current entry error:\t%s\n", bch2_journal_errors[j->cur_entry_error]); in __bch2_journal_debug_to_text()
1468 prt_printf(out, "current entry:\t"); in __bch2_journal_debug_to_text()
1472 prt_printf(out, "error\n"); in __bch2_journal_debug_to_text()
1475 prt_printf(out, "closed\n"); in __bch2_journal_debug_to_text()
1478 prt_printf(out, "%u/%u\n", s.cur_entry_offset, j->cur_entry_u64s); in __bch2_journal_debug_to_text()
1482 prt_printf(out, "unwritten entries:\n"); in __bch2_journal_debug_to_text()
1485 prt_printf(out, "space:\n"); in __bch2_journal_debug_to_text()
1487 prt_printf(out, "discarded\t%u:%u\n", in __bch2_journal_debug_to_text()
1490 prt_printf(out, "clean ondisk\t%u:%u\n", in __bch2_journal_debug_to_text()
1493 prt_printf(out, "clean\t%u:%u\n", in __bch2_journal_debug_to_text()
1496 prt_printf(out, "total\t%u:%u\n", in __bch2_journal_debug_to_text()
1510 prt_printf(out, "dev %u:\n", ca->dev_idx); in __bch2_journal_debug_to_text()
1512 prt_printf(out, "nr\t%u\n", ja->nr); in __bch2_journal_debug_to_text()
1513 prt_printf(out, "bucket size\t%u\n", ca->mi.bucket_size); in __bch2_journal_debug_to_text()
1514prt_printf(out, "available\t%u:%u\n", bch2_journal_dev_buckets_available(j, ja, journal_space_dis… in __bch2_journal_debug_to_text()
1515 prt_printf(out, "discard_idx\t%u\n", ja->discard_idx); in __bch2_journal_debug_to_text()
1516prt_printf(out, "dirty_ondisk\t%u (seq %llu)\n",ja->dirty_idx_ondisk, ja->bucket_seq[ja->dirty_idx… in __bch2_journal_debug_to_text()
1517 prt_printf(out, "dirty_idx\t%u (seq %llu)\n", ja->dirty_idx, ja->bucket_seq[ja->dirty_idx]); in __bch2_journal_debug_to_text()
1518 prt_printf(out, "cur_idx\t%u (seq %llu)\n", ja->cur_idx, ja->bucket_seq[ja->cur_idx]); in __bch2_journal_debug_to_text()
1556 prt_printf(out, "%llu: count %u\n", *seq, atomic_read(&pin_list->count)); in bch2_journal_seq_pins_to_text()
1561 prt_printf(out, "\t%px %ps\n", pin, pin->flush); in bch2_journal_seq_pins_to_text()
1564 prt_printf(out, "flushed:\n"); in bch2_journal_seq_pins_to_text()
1567 prt_printf(out, "\t%px %ps\n", pin, pin->flush); in bch2_journal_seq_pins_to_text()