Searched refs:post_read_steps (Results 1 – 2 of 2) sorted by relevance
183 unsigned int post_read_steps = 0; in get_bio_post_read_ctx() local187 post_read_steps |= 1 << STEP_DECRYPT; in get_bio_post_read_ctx()190 post_read_steps |= 1 << STEP_VERITY; in get_bio_post_read_ctx()192 if (post_read_steps) { in get_bio_post_read_ctx()197 ctx->enabled_steps = post_read_steps; in get_bio_post_read_ctx()
683 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local693 post_read_steps |= 1 << STEP_DECRYPT; in f2fs_grab_read_bio()696 post_read_steps |= 1 << STEP_VERITY; in f2fs_grab_read_bio()698 if (post_read_steps) { in f2fs_grab_read_bio()705 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()