Lines Matching refs:mount_opts
440 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
442 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
445 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
447 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
450 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
452 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
455 if (c->mount_opts.override_compr) { in ubifs_show_options()
457 ubifs_compr_name(c, c->mount_opts.compr_type)); in ubifs_show_options()
1047 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1050 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
1053 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1057 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1061 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1065 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
1075 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()
1077 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
1079 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB; in ubifs_parse_options()
1081 c->mount_opts.compr_type = UBIFS_COMPR_ZSTD; in ubifs_parse_options()
1088 c->mount_opts.override_compr = 1; in ubifs_parse_options()
1089 c->default_compr = c->mount_opts.compr_type; in ubifs_parse_options()
1214 c->mount_opts.bulk_read = 1; in bu_init()