Lines Matching refs:seq_puts
587 seq_puts(seq, ",usrquota"); in ext3_show_quota_options()
590 seq_puts(seq, ",grpquota"); in ext3_show_quota_options()
624 seq_puts(seq, ",minixdf"); in ext3_show_options()
626 seq_puts(seq, ",grpid"); in ext3_show_options()
628 seq_puts(seq, ",nogrpid"); in ext3_show_options()
644 seq_puts(seq, ",errors=remount-ro"); in ext3_show_options()
648 seq_puts(seq, ",errors=continue"); in ext3_show_options()
650 seq_puts(seq, ",errors=panic"); in ext3_show_options()
652 seq_puts(seq, ",nouid32"); in ext3_show_options()
654 seq_puts(seq, ",debug"); in ext3_show_options()
657 seq_puts(seq, ",user_xattr"); in ext3_show_options()
660 seq_puts(seq, ",nouser_xattr"); in ext3_show_options()
665 seq_puts(seq, ",acl"); in ext3_show_options()
667 seq_puts(seq, ",noacl"); in ext3_show_options()
670 seq_puts(seq, ",noreservation"); in ext3_show_options()
679 seq_puts(seq, ",barrier="); in ext3_show_options()
680 seq_puts(seq, test_opt(sb, BARRIER) ? "1" : "0"); in ext3_show_options()
683 seq_puts(seq, ",data_err=abort"); in ext3_show_options()
686 seq_puts(seq, ",norecovery"); in ext3_show_options()