Lines Matching refs:seq_printf

384 		seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n",  in stat_show()
392 seq_printf(s, " %s", s_flag[j]); in stat_show()
395 seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ", in stat_show()
397 seq_printf(s, "[SSA: %d] [MAIN: %d", in stat_show()
399 seq_printf(s, "(OverProv:%d Resv:%d)]\n\n", in stat_show()
401 seq_printf(s, "Current Time Sec: %llu / Mounted Time Sec: %llu\n\n", in stat_show()
413 seq_printf(s, " %s", ipu_mode_names[j]); in stat_show()
418 seq_printf(s, "Utilization: %u%% (%u valid blocks, %u discard blocks)\n", in stat_show()
421 seq_printf(s, "Utilization: %u%% (%u valid blocks)\n", in stat_show()
424 seq_printf(s, " - Node: %u (Inode: %u, ", in stat_show()
426 seq_printf(s, "Other: %u)\n - Data: %u\n", in stat_show()
429 seq_printf(s, " - Inline_xattr Inode: %u\n", in stat_show()
431 seq_printf(s, " - Inline_data Inode: %u\n", in stat_show()
433 seq_printf(s, " - Inline_dentry Inode: %u\n", in stat_show()
435 seq_printf(s, " - Compressed Inode: %u, Blocks: %llu\n", in stat_show()
437 seq_printf(s, " - Swapfile Inode: %u\n", in stat_show()
439 seq_printf(s, " - Orphan/Append/Update Inode: %u, %u, %u\n", in stat_show()
441 seq_printf(s, "\nMain area: %d segs, %d secs %d zones\n", in stat_show()
444 seq_printf(s, " TYPE %8s %8s %8s %10s %10s %10s\n", in stat_show()
446 seq_printf(s, " - COLD data: %8d %8d %8d %10u %10u %10u\n", in stat_show()
453 seq_printf(s, " - WARM data: %8d %8d %8d %10u %10u %10u\n", in stat_show()
460 seq_printf(s, " - HOT data: %8d %8d %8d %10u %10u %10u\n", in stat_show()
467 seq_printf(s, " - Dir dnode: %8d %8d %8d %10u %10u %10u\n", in stat_show()
474 seq_printf(s, " - File dnode: %8d %8d %8d %10u %10u %10u\n", in stat_show()
481 seq_printf(s, " - Indir nodes: %8d %8d %8d %10u %10u %10u\n", in stat_show()
488 seq_printf(s, " - Pinned file: %8d %8d %8d\n", in stat_show()
492 seq_printf(s, " - ATGC data: %8d %8d %8d\n", in stat_show()
496 seq_printf(s, "\n - Valid: %d\n - Dirty: %d\n", in stat_show()
500 seq_printf(s, " - Prefree: %d\n - Free: %d (%d)\n\n", in stat_show()
502 seq_printf(s, "CP calls: %d (BG: %d)\n", in stat_show()
505 seq_printf(s, "CP count: %d\n", si->cp_count); in stat_show()
506 seq_printf(s, " - cp blocks : %u\n", si->meta_count[META_CP]); in stat_show()
507 seq_printf(s, " - sit blocks : %u\n", in stat_show()
509 seq_printf(s, " - nat blocks : %u\n", in stat_show()
511 seq_printf(s, " - ssa blocks : %u\n", in stat_show()
514 seq_printf(s, " - Queued : %4d\n", si->nr_queued_ckpt); in stat_show()
515 seq_printf(s, " - Issued : %4d\n", si->nr_issued_ckpt); in stat_show()
516 seq_printf(s, " - Total : %4d\n", si->nr_total_ckpt); in stat_show()
517 seq_printf(s, " - Cur time : %4d(ms)\n", si->cur_ckpt_time); in stat_show()
518 seq_printf(s, " - Peak time : %4d(ms)\n", si->peak_ckpt_time); in stat_show()
519 seq_printf(s, "GC calls: %d (gc_thread: %d)\n", in stat_show()
524 seq_printf(s, " - data sections : %d (BG: %d)\n", in stat_show()
527 seq_printf(s, " - node sections : %d (BG: %d)\n", in stat_show()
531 seq_printf(s, " - data segments : %d (BG: %d)\n", in stat_show()
534 seq_printf(s, " - node segments : %d (BG: %d)\n", in stat_show()
538 seq_printf(s, " - Normal : %d\n", sbi->gc_reclaimed_segs[GC_NORMAL]); in stat_show()
539 seq_printf(s, " - Idle CB : %d\n", sbi->gc_reclaimed_segs[GC_IDLE_CB]); in stat_show()
540 seq_printf(s, " - Idle Greedy : %d\n", in stat_show()
542 seq_printf(s, " - Idle AT : %d\n", sbi->gc_reclaimed_segs[GC_IDLE_AT]); in stat_show()
543 seq_printf(s, " - Urgent High : %d\n", in stat_show()
545 seq_printf(s, " - Urgent Mid : %d\n", sbi->gc_reclaimed_segs[GC_URGENT_MID]); in stat_show()
546 seq_printf(s, " - Urgent Low : %d\n", sbi->gc_reclaimed_segs[GC_URGENT_LOW]); in stat_show()
547 seq_printf(s, "Try to move %d blocks (BG: %d)\n", si->tot_blks, in stat_show()
549 seq_printf(s, " - data blocks : %d (%d)\n", si->data_blks, in stat_show()
551 seq_printf(s, " - node blocks : %d (%d)\n", si->node_blks, in stat_show()
553 seq_printf(s, "BG skip : IO: %u, Other: %u\n", in stat_show()
556 seq_printf(s, " - Hit Count: L1-1:%llu L1-2:%llu L2:%llu\n", in stat_show()
559 seq_printf(s, " - Hit Ratio: %llu%% (%llu / %llu)\n", in stat_show()
564 seq_printf(s, " - Inner Struct Count: tree: %d(%d), node: %d\n", in stat_show()
568 seq_printf(s, " - Allocated Data Blocks: %llu\n", in stat_show()
570 seq_printf(s, " - Hit Count: L1:%llu L2:%llu\n", in stat_show()
573 seq_printf(s, " - Hit Ratio: %llu%% (%llu / %llu)\n", in stat_show()
579 seq_printf(s, " - Inner Struct Count: tree: %d(%d), node: %d\n", in stat_show()
584 seq_printf(s, " - DIO (R: %4d, W: %4d)\n", in stat_show()
586 seq_printf(s, " - IO_R (Data: %4d, Node: %4d, Meta: %4d\n", in stat_show()
588 seq_printf(s, " - IO_W (CP: %4d, Data: %4d, Flush: (%4d %4d %4d), ", in stat_show()
592 seq_printf(s, "Discard: (%4d %4d)) cmd: %4d undiscard:%4u\n", in stat_show()
595 seq_printf(s, " - atomic IO: %4d (Max. %4d)\n", in stat_show()
597 seq_printf(s, " - compress: %4d, hit:%8d\n", si->compress_pages, si->compress_page_hit); in stat_show()
598 seq_printf(s, " - nodes: %4d in %4d\n", in stat_show()
600 seq_printf(s, " - dents: %4d in dirs:%4d (%4d)\n", in stat_show()
602 seq_printf(s, " - datas: %4d in files:%4d\n", in stat_show()
604 seq_printf(s, " - quota datas: %4d in quota files:%4d\n", in stat_show()
606 seq_printf(s, " - meta: %4d in %4d\n", in stat_show()
608 seq_printf(s, " - imeta: %4d\n", in stat_show()
610 seq_printf(s, " - fsync mark: %4lld\n", in stat_show()
613 seq_printf(s, " - NATs: %9d/%9d\n - SITs: %9d/%9d\n", in stat_show()
615 seq_printf(s, " - free_nids: %9d/%9d\n - alloc_nids: %9d\n", in stat_show()
632 seq_printf(s, "IPU: %u blocks\n", si->inplace_count); in stat_show()
633 seq_printf(s, "SSR: %u blocks in %u segments\n", in stat_show()
635 seq_printf(s, "LFS: %u blocks in %u segments\n", in stat_show()
640 seq_printf(s, "\nBDF: %u, avg. vblocks: %u\n", in stat_show()
645 seq_printf(s, "\nMemory: %llu KB\n", in stat_show()
647 seq_printf(s, " - static: %llu KB\n", in stat_show()
649 seq_printf(s, " - cached all: %llu KB\n", in stat_show()
651 seq_printf(s, " - read extent cache: %llu KB\n", in stat_show()
653 seq_printf(s, " - block age extent cache: %llu KB\n", in stat_show()
655 seq_printf(s, " - paged : %llu KB\n", in stat_show()