Lines Matching refs:seq_printf
499 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
500 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
501 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
503 seq_printf(seq, ",case=lower"); in hpfs_show_options()
505 seq_printf(seq, ",check=none"); in hpfs_show_options()
507 seq_printf(seq, ",check=strict"); in hpfs_show_options()
509 seq_printf(seq, ",errors=continue"); in hpfs_show_options()
511 seq_printf(seq, ",errors=panic"); in hpfs_show_options()
513 seq_printf(seq, ",chkdsk=no"); in hpfs_show_options()
515 seq_printf(seq, ",chkdsk=always"); in hpfs_show_options()
517 seq_printf(seq, ",eas=no"); in hpfs_show_options()
519 seq_printf(seq, ",eas=ro"); in hpfs_show_options()
521 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift); in hpfs_show_options()