Lines Matching refs:seq
133 static int hfs_show_options(struct seq_file *seq, struct dentry *root) in hfs_show_options() argument
138 seq_printf(seq, ",creator=%.4s", (char *)&sbi->s_creator); in hfs_show_options()
140 seq_printf(seq, ",type=%.4s", (char *)&sbi->s_type); in hfs_show_options()
141 seq_printf(seq, ",uid=%u,gid=%u", in hfs_show_options()
145 seq_printf(seq, ",file_umask=%o", sbi->s_file_umask); in hfs_show_options()
147 seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask); in hfs_show_options()
149 seq_printf(seq, ",part=%u", sbi->part); in hfs_show_options()
151 seq_printf(seq, ",session=%u", sbi->session); in hfs_show_options()
153 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
155 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
157 seq_printf(seq, ",quiet"); in hfs_show_options()