Lines Matching refs:seq
239 static int ext2_show_options(struct seq_file *seq, struct dentry *root) in ext2_show_options() argument
250 seq_printf(seq, ",sb=%lu", sbi->s_sb_block); in ext2_show_options()
252 seq_puts(seq, ",minixdf"); in ext2_show_options()
254 seq_puts(seq, ",grpid"); in ext2_show_options()
256 seq_puts(seq, ",nogrpid"); in ext2_show_options()
259 seq_printf(seq, ",resuid=%u", in ext2_show_options()
264 seq_printf(seq, ",resgid=%u", in ext2_show_options()
272 seq_puts(seq, ",errors=remount-ro"); in ext2_show_options()
276 seq_puts(seq, ",errors=continue"); in ext2_show_options()
278 seq_puts(seq, ",errors=panic"); in ext2_show_options()
280 seq_puts(seq, ",nouid32"); in ext2_show_options()
282 seq_puts(seq, ",debug"); in ext2_show_options()
284 seq_puts(seq, ",oldalloc"); in ext2_show_options()
288 seq_puts(seq, ",user_xattr"); in ext2_show_options()
291 seq_puts(seq, ",nouser_xattr"); in ext2_show_options()
297 seq_puts(seq, ",acl"); in ext2_show_options()
299 seq_puts(seq, ",noacl"); in ext2_show_options()
303 seq_puts(seq, ",nobh"); in ext2_show_options()
306 seq_puts(seq, ",usrquota"); in ext2_show_options()
309 seq_puts(seq, ",grpquota"); in ext2_show_options()
312 seq_puts(seq, ",xip"); in ext2_show_options()
315 seq_puts(seq, ",dax"); in ext2_show_options()
318 seq_puts(seq, ",noreservation"); in ext2_show_options()