Lines Matching refs:seq
65 void show_alloc_options(struct seq_file *seq, struct super_block *s);
651 static int reiserfs_show_options(struct seq_file *seq, struct dentry *root) in reiserfs_show_options() argument
658 seq_puts(seq, ",tails=on"); in reiserfs_show_options()
660 seq_puts(seq, ",notail"); in reiserfs_show_options()
664 seq_puts(seq, ",barrier=none"); in reiserfs_show_options()
668 seq_puts(seq, ",errors=continue"); in reiserfs_show_options()
670 seq_puts(seq, ",errors=panic"); in reiserfs_show_options()
674 seq_puts(seq, ",data=journal"); in reiserfs_show_options()
676 seq_puts(seq, ",data=writeback"); in reiserfs_show_options()
680 seq_puts(seq, ",attrs"); in reiserfs_show_options()
683 seq_puts(seq, ",user_xattr"); in reiserfs_show_options()
686 seq_puts(seq, ",expose_privroot"); in reiserfs_show_options()
689 seq_puts(seq, ",acl"); in reiserfs_show_options()
692 seq_printf(seq, ",jdev=%s", REISERFS_SB(s)->s_jdev); in reiserfs_show_options()
695 seq_printf(seq, ",commit=%d", journal->j_max_commit_age); in reiserfs_show_options()
699 seq_printf(seq, ",usrjquota=%s", REISERFS_SB(s)->s_qf_names[USRQUOTA]); in reiserfs_show_options()
701 seq_puts(seq, ",usrquota"); in reiserfs_show_options()
703 seq_printf(seq, ",grpjquota=%s", REISERFS_SB(s)->s_qf_names[GRPQUOTA]); in reiserfs_show_options()
705 seq_puts(seq, ",grpquota"); in reiserfs_show_options()
708 seq_puts(seq, ",jqfmt=vfsold"); in reiserfs_show_options()
710 seq_puts(seq, ",jqfmt=vfsv0"); in reiserfs_show_options()
716 seq_puts(seq, ",block-allocator=noborder"); in reiserfs_show_options()
718 seq_puts(seq, ",block-allocator=no_unhashed_relocation"); in reiserfs_show_options()
720 seq_puts(seq, ",block-allocator=hashed_relocation"); in reiserfs_show_options()
722 seq_puts(seq, ",block-allocator=test4"); in reiserfs_show_options()
723 show_alloc_options(seq, s); in reiserfs_show_options()