Lines Matching refs:seq
134 static int hfs_show_options(struct seq_file *seq, struct dentry *root) in hfs_show_options() argument
139 seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); in hfs_show_options()
141 seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); in hfs_show_options()
142 seq_printf(seq, ",uid=%u,gid=%u", in hfs_show_options()
146 seq_printf(seq, ",file_umask=%o", sbi->s_file_umask); in hfs_show_options()
148 seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask); in hfs_show_options()
150 seq_printf(seq, ",part=%u", sbi->part); in hfs_show_options()
152 seq_printf(seq, ",session=%u", sbi->session); in hfs_show_options()
154 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
156 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
158 seq_printf(seq, ",quiet"); in hfs_show_options()