Lines Matching refs:mount_opts
441 if (c->mount_opts.unmount_mode == 2) in ubifs_show_options()
443 else if (c->mount_opts.unmount_mode == 1) in ubifs_show_options()
446 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
448 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
451 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
453 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
456 if (c->mount_opts.override_compr) { in ubifs_show_options()
458 ubifs_compr_name(c, c->mount_opts.compr_type)); in ubifs_show_options()
1050 c->mount_opts.unmount_mode = 2; in ubifs_parse_options()
1053 c->mount_opts.unmount_mode = 1; in ubifs_parse_options()
1056 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1060 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1064 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1068 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
1078 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()
1080 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
1082 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB; in ubifs_parse_options()
1084 c->mount_opts.compr_type = UBIFS_COMPR_ZSTD; in ubifs_parse_options()
1091 c->mount_opts.override_compr = 1; in ubifs_parse_options()
1092 c->default_compr = c->mount_opts.compr_type; in ubifs_parse_options()
1217 c->mount_opts.bulk_read = 1; in bu_init()