Lines Matching refs:seq

639 static int f2fs_show_options(struct seq_file *seq, struct dentry *root)  in f2fs_show_options()  argument
645 seq_printf(seq, ",background_gc=%s", "sync"); in f2fs_show_options()
647 seq_printf(seq, ",background_gc=%s", "on"); in f2fs_show_options()
649 seq_printf(seq, ",background_gc=%s", "off"); in f2fs_show_options()
652 seq_puts(seq, ",disable_roll_forward"); in f2fs_show_options()
654 seq_puts(seq, ",discard"); in f2fs_show_options()
656 seq_puts(seq, ",no_heap_alloc"); in f2fs_show_options()
659 seq_puts(seq, ",user_xattr"); in f2fs_show_options()
661 seq_puts(seq, ",nouser_xattr"); in f2fs_show_options()
663 seq_puts(seq, ",inline_xattr"); in f2fs_show_options()
667 seq_puts(seq, ",acl"); in f2fs_show_options()
669 seq_puts(seq, ",noacl"); in f2fs_show_options()
672 seq_puts(seq, ",disable_ext_identify"); in f2fs_show_options()
674 seq_puts(seq, ",inline_data"); in f2fs_show_options()
676 seq_puts(seq, ",noinline_data"); in f2fs_show_options()
678 seq_puts(seq, ",inline_dentry"); in f2fs_show_options()
680 seq_puts(seq, ",flush_merge"); in f2fs_show_options()
682 seq_puts(seq, ",nobarrier"); in f2fs_show_options()
684 seq_puts(seq, ",fastboot"); in f2fs_show_options()
686 seq_puts(seq, ",extent_cache"); in f2fs_show_options()
688 seq_puts(seq, ",noextent_cache"); in f2fs_show_options()
689 seq_printf(seq, ",active_logs=%u", sbi->active_logs); in f2fs_show_options()
694 static int segment_info_seq_show(struct seq_file *seq, void *offset) in segment_info_seq_show() argument
696 struct super_block *sb = seq->private; in segment_info_seq_show()
702 seq_puts(seq, "format: segment_type|valid_blocks\n" in segment_info_seq_show()
709 seq_printf(seq, "%-10d", i); in segment_info_seq_show()
710 seq_printf(seq, "%d|%-3u", se->type, in segment_info_seq_show()
713 seq_putc(seq, '\n'); in segment_info_seq_show()
715 seq_putc(seq, ' '); in segment_info_seq_show()