Lines Matching refs:seq
683 static void print_sep(struct seq_file *seq, int *first) in print_sep() argument
686 seq_puts(seq, ":"); in print_sep()
691 void show_alloc_options(struct seq_file *seq, struct super_block *s) in show_alloc_options() argument
699 seq_puts(seq, ",alloc="); in show_alloc_options()
702 print_sep(seq, &first); in show_alloc_options()
704 seq_printf(seq, "concentrating_formatted_nodes=%d", in show_alloc_options()
707 seq_puts(seq, "concentrating_formatted_nodes"); in show_alloc_options()
710 print_sep(seq, &first); in show_alloc_options()
712 seq_printf(seq, "displacing_large_files=%lu", in show_alloc_options()
715 seq_puts(seq, "displacing_large_files"); in show_alloc_options()
718 print_sep(seq, &first); in show_alloc_options()
719 seq_puts(seq, "displacing_new_packing_localities"); in show_alloc_options()
722 print_sep(seq, &first); in show_alloc_options()
723 seq_puts(seq, "old_hashed_relocation"); in show_alloc_options()
726 print_sep(seq, &first); in show_alloc_options()
727 seq_puts(seq, "new_hashed_relocation"); in show_alloc_options()
730 print_sep(seq, &first); in show_alloc_options()
731 seq_puts(seq, "dirid_groups"); in show_alloc_options()
734 print_sep(seq, &first); in show_alloc_options()
735 seq_puts(seq, "oid_groups"); in show_alloc_options()
738 print_sep(seq, &first); in show_alloc_options()
739 seq_puts(seq, "packing_groups"); in show_alloc_options()
742 print_sep(seq, &first); in show_alloc_options()
743 seq_puts(seq, "hashed_formatted_nodes"); in show_alloc_options()
746 print_sep(seq, &first); in show_alloc_options()
747 seq_puts(seq, "skip_busy"); in show_alloc_options()
750 print_sep(seq, &first); in show_alloc_options()
751 seq_puts(seq, "hundredth_slices"); in show_alloc_options()
754 print_sep(seq, &first); in show_alloc_options()
755 seq_puts(seq, "old_way"); in show_alloc_options()
758 print_sep(seq, &first); in show_alloc_options()
759 seq_puts(seq, "displace_based_on_dirid"); in show_alloc_options()
762 print_sep(seq, &first); in show_alloc_options()
763 seq_printf(seq, "preallocmin=%d", in show_alloc_options()
767 print_sep(seq, &first); in show_alloc_options()
768 seq_printf(seq, "preallocsize=%d", in show_alloc_options()