Lines Matching refs:enabled_steps
128 unsigned int enabled_steps;
184 f2fs_decompress_bio(ctx->bio, ctx->enabled_steps & (1 << STEP_VERITY));
236 unsigned int enabled_steps = ctx->enabled_steps;
251 if (enabled_steps & (1 << STEP_DECOMPRESS)) {
267 if (ctx->enabled_steps & (1 << STEP_DECRYPT))
270 if (ctx->enabled_steps & (1 << STEP_DECOMPRESS))
273 if (ctx->enabled_steps & (1 << STEP_VERITY)) {
280 ctx->enabled_steps & (1 << STEP_DECOMPRESS), false);
297 if (ctx->enabled_steps & (1 << STEP_DECRYPT) ||
298 ctx->enabled_steps & (1 << STEP_DECOMPRESS)) {
304 if (ctx->enabled_steps & (1 << STEP_VERITY)) {
1063 ctx->enabled_steps = post_read_steps;
2286 if (!(ctx->enabled_steps & (1 << STEP_VERITY))) {
2349 if (!(ctx->enabled_steps & (1 << STEP_DECOMPRESS)))
2350 ctx->enabled_steps |= 1 << STEP_DECOMPRESS;