Lines Matching refs:seq_printf
466 seq_printf(seq, ",uid=%u", from_kuid_munged(&init_user_ns, sbi->sb_uid)); in hpfs_show_options()
467 seq_printf(seq, ",gid=%u", from_kgid_munged(&init_user_ns, sbi->sb_gid)); in hpfs_show_options()
468 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
470 seq_printf(seq, ",case=lower"); in hpfs_show_options()
472 seq_printf(seq, ",check=none"); in hpfs_show_options()
474 seq_printf(seq, ",check=strict"); in hpfs_show_options()
476 seq_printf(seq, ",errors=continue"); in hpfs_show_options()
478 seq_printf(seq, ",errors=panic"); in hpfs_show_options()
480 seq_printf(seq, ",chkdsk=no"); in hpfs_show_options()
482 seq_printf(seq, ",chkdsk=always"); in hpfs_show_options()
484 seq_printf(seq, ",eas=no"); in hpfs_show_options()
486 seq_printf(seq, ",eas=ro"); in hpfs_show_options()
488 seq_printf(seq, ",timeshift=%d", sbi->sb_timeshift); in hpfs_show_options()