Lines Matching refs:mount_opts
427 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
429 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
432 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
434 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
437 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
439 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
442 if (c->mount_opts.override_compr) { in ubifs_show_options()
444 ubifs_compr_name(c->mount_opts.compr_type)); in ubifs_show_options()
1000 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1003 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
1006 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1010 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1014 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1018 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
1028 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()
1030 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
1032 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB; in ubifs_parse_options()
1039 c->mount_opts.override_compr = 1; in ubifs_parse_options()
1040 c->default_compr = c->mount_opts.compr_type; in ubifs_parse_options()
1115 c->mount_opts.bulk_read = 1; in bu_init()