Lines Matching refs:mount_opts
609 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
611 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
614 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
616 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
619 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
621 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
624 if (c->mount_opts.override_compr) { in ubifs_show_options()
626 ubifs_compr_name(c->mount_opts.compr_type)); in ubifs_show_options()
1184 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1187 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
1190 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1194 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1198 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1202 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
1212 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()
1214 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
1216 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB; in ubifs_parse_options()
1223 c->mount_opts.override_compr = 1; in ubifs_parse_options()
1224 c->default_compr = c->mount_opts.compr_type; in ubifs_parse_options()
1300 c->mount_opts.bulk_read = 1; in bu_init()