Lines Matching refs:mount_opts
441 if (c->mount_opts.unmount_mode == 2)
443 else if (c->mount_opts.unmount_mode == 1)
446 if (c->mount_opts.bulk_read == 2)
448 else if (c->mount_opts.bulk_read == 1)
451 if (c->mount_opts.chk_data_crc == 2)
453 else if (c->mount_opts.chk_data_crc == 1)
456 if (c->mount_opts.override_compr) {
458 ubifs_compr_name(c, c->mount_opts.compr_type));
1059 c->mount_opts.unmount_mode = 2;
1062 c->mount_opts.unmount_mode = 1;
1065 c->mount_opts.bulk_read = 2;
1069 c->mount_opts.bulk_read = 1;
1073 c->mount_opts.chk_data_crc = 2;
1077 c->mount_opts.chk_data_crc = 1;
1087 c->mount_opts.compr_type = UBIFS_COMPR_NONE;
1089 c->mount_opts.compr_type = UBIFS_COMPR_LZO;
1091 c->mount_opts.compr_type = UBIFS_COMPR_ZLIB;
1093 c->mount_opts.compr_type = UBIFS_COMPR_ZSTD;
1100 c->mount_opts.override_compr = 1;
1101 c->default_compr = c->mount_opts.compr_type;
1226 c->mount_opts.bulk_read = 1;