Lines Matching defs:seq
176 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs)
192 seq_puts(seq, "\\040");
194 seq_putc(seq, fsname[i]);
206 zpl_show_devname(struct seq_file *seq, struct dentry *root)
208 return (__zpl_show_devname(seq, root->d_sb->s_fs_info));
212 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs)
214 seq_printf(seq, ",%s",
220 seq_puts(seq, ",posixacl");
223 seq_puts(seq, ",noacl");
230 seq_puts(seq, ",casesensitive");
233 seq_puts(seq, ",caseinsensitive");
236 seq_puts(seq, ",casemixed");
244 zpl_show_options(struct seq_file *seq, struct dentry *root)
246 return (__zpl_show_options(seq, root->d_sb->s_fs_info));