Lines Matching refs:seq
636 static void print_sep(struct seq_file *seq, int *first) in print_sep() argument
639 seq_puts(seq, ":"); in print_sep()
644 void show_alloc_options(struct seq_file *seq, struct super_block *s) in show_alloc_options() argument
652 seq_puts(seq, ",alloc="); in show_alloc_options()
655 print_sep(seq, &first); in show_alloc_options()
657 seq_printf(seq, "concentrating_formatted_nodes=%d", in show_alloc_options()
660 seq_puts(seq, "concentrating_formatted_nodes"); in show_alloc_options()
663 print_sep(seq, &first); in show_alloc_options()
665 seq_printf(seq, "displacing_large_files=%lu", in show_alloc_options()
668 seq_puts(seq, "displacing_large_files"); in show_alloc_options()
671 print_sep(seq, &first); in show_alloc_options()
672 seq_puts(seq, "displacing_new_packing_localities"); in show_alloc_options()
675 print_sep(seq, &first); in show_alloc_options()
676 seq_puts(seq, "old_hashed_relocation"); in show_alloc_options()
679 print_sep(seq, &first); in show_alloc_options()
680 seq_puts(seq, "new_hashed_relocation"); in show_alloc_options()
683 print_sep(seq, &first); in show_alloc_options()
684 seq_puts(seq, "dirid_groups"); in show_alloc_options()
687 print_sep(seq, &first); in show_alloc_options()
688 seq_puts(seq, "oid_groups"); in show_alloc_options()
691 print_sep(seq, &first); in show_alloc_options()
692 seq_puts(seq, "packing_groups"); in show_alloc_options()
695 print_sep(seq, &first); in show_alloc_options()
696 seq_puts(seq, "hashed_formatted_nodes"); in show_alloc_options()
699 print_sep(seq, &first); in show_alloc_options()
700 seq_puts(seq, "skip_busy"); in show_alloc_options()
703 print_sep(seq, &first); in show_alloc_options()
704 seq_puts(seq, "hundredth_slices"); in show_alloc_options()
707 print_sep(seq, &first); in show_alloc_options()
708 seq_puts(seq, "old_way"); in show_alloc_options()
711 print_sep(seq, &first); in show_alloc_options()
712 seq_puts(seq, "displace_based_on_dirid"); in show_alloc_options()
715 print_sep(seq, &first); in show_alloc_options()
716 seq_printf(seq, "preallocmin=%d", in show_alloc_options()
720 print_sep(seq, &first); in show_alloc_options()
721 seq_printf(seq, "preallocsize=%d", in show_alloc_options()