Lines Matching refs:sf
2312 int ntfs_show_options(struct seq_file *sf, struct dentry *root) in ntfs_show_options() argument
2317 seq_printf(sf, ",uid=%i", from_kuid_munged(&init_user_ns, vol->uid)); in ntfs_show_options()
2318 seq_printf(sf, ",gid=%i", from_kgid_munged(&init_user_ns, vol->gid)); in ntfs_show_options()
2320 seq_printf(sf, ",umask=0%o", vol->fmask); in ntfs_show_options()
2322 seq_printf(sf, ",fmask=0%o", vol->fmask); in ntfs_show_options()
2323 seq_printf(sf, ",dmask=0%o", vol->dmask); in ntfs_show_options()
2325 seq_printf(sf, ",nls=%s", vol->nls_map->charset); in ntfs_show_options()
2327 seq_printf(sf, ",case_sensitive"); in ntfs_show_options()
2329 seq_printf(sf, ",show_sys_files"); in ntfs_show_options()
2331 seq_printf(sf, ",disable_sparse"); in ntfs_show_options()
2334 seq_printf(sf, ",errors=%s", on_errors_arr[i].str); in ntfs_show_options()
2336 seq_printf(sf, ",mft_zone_multiplier=%i", vol->mft_zone_multiplier); in ntfs_show_options()