Lines Matching refs:seq_puts
736 seq_puts(seq, ",usrquota"); in ext4_show_quota_options()
739 seq_puts(seq, ",grpquota"); in ext4_show_quota_options()
762 seq_puts(seq, ",minixdf"); in ext4_show_options()
764 seq_puts(seq, ",grpid"); in ext4_show_options()
766 seq_puts(seq, ",nogrpid"); in ext4_show_options()
778 seq_puts(seq, ",errors=remount-ro"); in ext4_show_options()
782 seq_puts(seq, ",errors=continue"); in ext4_show_options()
784 seq_puts(seq, ",errors=panic"); in ext4_show_options()
786 seq_puts(seq, ",nouid32"); in ext4_show_options()
788 seq_puts(seq, ",debug"); in ext4_show_options()
790 seq_puts(seq, ",oldalloc"); in ext4_show_options()
794 seq_puts(seq, ",user_xattr"); in ext4_show_options()
797 seq_puts(seq, ",nouser_xattr"); in ext4_show_options()
802 seq_puts(seq, ",acl"); in ext4_show_options()
804 seq_puts(seq, ",noacl"); in ext4_show_options()
807 seq_puts(seq, ",noreservation"); in ext4_show_options()
826 seq_puts(seq, ",barrier="); in ext4_show_options()
827 seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); in ext4_show_options()
829 seq_puts(seq, ",journal_async_commit"); in ext4_show_options()
831 seq_puts(seq, ",nobh"); in ext4_show_options()
833 seq_puts(seq, ",i_version"); in ext4_show_options()
835 seq_puts(seq, ",nodelalloc"); in ext4_show_options()
845 seq_puts(seq, ",data=journal"); in ext4_show_options()
847 seq_puts(seq, ",data=ordered"); in ext4_show_options()
849 seq_puts(seq, ",data=writeback"); in ext4_show_options()
856 seq_puts(seq, ",data_err=abort"); in ext4_show_options()