Lines Matching refs:seq_printf
478 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
479 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
480 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
482 seq_printf(seq, ",case=lower"); in hpfs_show_options()
484 seq_printf(seq, ",check=none"); in hpfs_show_options()
486 seq_printf(seq, ",check=strict"); in hpfs_show_options()
488 seq_printf(seq, ",errors=continue"); in hpfs_show_options()
490 seq_printf(seq, ",errors=panic"); in hpfs_show_options()
492 seq_printf(seq, ",chkdsk=no"); in hpfs_show_options()
494 seq_printf(seq, ",chkdsk=always"); in hpfs_show_options()
496 seq_printf(seq, ",eas=no"); in hpfs_show_options()
498 seq_printf(seq, ",eas=ro"); in hpfs_show_options()
500 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift); in hpfs_show_options()