Lines Matching refs:opts
290 struct sdcardfs_mount_options *opts = &sbi->options; in sdcardfs_show_options() local
293 if (opts->fs_low_uid != 0) in sdcardfs_show_options()
294 seq_printf(m, ",fsuid=%u", opts->fs_low_uid); in sdcardfs_show_options()
295 if (opts->fs_low_gid != 0) in sdcardfs_show_options()
296 seq_printf(m, ",fsgid=%u", opts->fs_low_gid); in sdcardfs_show_options()
299 if (opts->multiuser) in sdcardfs_show_options()
303 if (opts->fs_user_id) in sdcardfs_show_options()
304 seq_printf(m, ",userid=%u", opts->fs_user_id); in sdcardfs_show_options()
305 if (opts->gid_derivation) in sdcardfs_show_options()
307 if (opts->reserved_mb != 0) in sdcardfs_show_options()
308 seq_printf(m, ",reserved=%uMB", opts->reserved_mb); in sdcardfs_show_options()