Lines Matching refs:seq_puts
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()
702 seq_puts(seq, "format: segment_type|valid_blocks\n" in segment_info_seq_show()