Lines Matching refs:seq

572 static int f2fs_show_options(struct seq_file *seq, struct dentry *root)  in f2fs_show_options()  argument
577 seq_printf(seq, ",background_gc=%s", "on"); in f2fs_show_options()
579 seq_printf(seq, ",background_gc=%s", "off"); in f2fs_show_options()
581 seq_puts(seq, ",disable_roll_forward"); in f2fs_show_options()
583 seq_puts(seq, ",discard"); in f2fs_show_options()
585 seq_puts(seq, ",no_heap_alloc"); in f2fs_show_options()
588 seq_puts(seq, ",user_xattr"); in f2fs_show_options()
590 seq_puts(seq, ",nouser_xattr"); in f2fs_show_options()
592 seq_puts(seq, ",inline_xattr"); in f2fs_show_options()
596 seq_puts(seq, ",acl"); in f2fs_show_options()
598 seq_puts(seq, ",noacl"); in f2fs_show_options()
601 seq_puts(seq, ",disable_ext_identify"); in f2fs_show_options()
603 seq_puts(seq, ",inline_data"); in f2fs_show_options()
605 seq_puts(seq, ",noinline_data"); in f2fs_show_options()
607 seq_puts(seq, ",inline_dentry"); in f2fs_show_options()
609 seq_puts(seq, ",flush_merge"); in f2fs_show_options()
611 seq_puts(seq, ",nobarrier"); in f2fs_show_options()
613 seq_puts(seq, ",fastboot"); in f2fs_show_options()
615 seq_puts(seq, ",extent_cache"); in f2fs_show_options()
616 seq_printf(seq, ",active_logs=%u", sbi->active_logs); in f2fs_show_options()
621 static int segment_info_seq_show(struct seq_file *seq, void *offset) in segment_info_seq_show() argument
623 struct super_block *sb = seq->private; in segment_info_seq_show()
629 seq_puts(seq, "format: segment_type|valid_blocks\n" in segment_info_seq_show()
636 seq_printf(seq, "%-5d", i); in segment_info_seq_show()
637 seq_printf(seq, "%d|%-3u", se->type, in segment_info_seq_show()
640 seq_putc(seq, '\n'); in segment_info_seq_show()
642 seq_putc(seq, ' '); in segment_info_seq_show()