Lines Matching refs:mount_opts
426 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
428 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
431 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
433 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
436 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
438 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
441 if (c->mount_opts.override_compr) { in ubifs_show_options()
443 ubifs_compr_name(c->mount_opts.compr_type)); in ubifs_show_options()
1017 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1020 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
1023 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1027 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1031 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1035 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
1045 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()
1047 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
1049 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB; in ubifs_parse_options()
1056 c->mount_opts.override_compr = 1; in ubifs_parse_options()
1057 c->default_compr = c->mount_opts.compr_type; in ubifs_parse_options()
1132 c->mount_opts.bulk_read = 1; in bu_init()