Searched refs:post_read_steps (Results 1 – 2 of 2) sorted by relevance
211 unsigned int post_read_steps = 0; in get_bio_post_read_ctx() local215 post_read_steps |= 1 << STEP_DECRYPT; in get_bio_post_read_ctx()218 post_read_steps |= 1 << STEP_VERITY; in get_bio_post_read_ctx()220 if (post_read_steps) { in get_bio_post_read_ctx()225 ctx->enabled_steps = post_read_steps; in get_bio_post_read_ctx()
1036 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local1050 post_read_steps |= 1 << STEP_DECRYPT; in f2fs_grab_read_bio()1052 post_read_steps |= 1 << STEP_DECOMPRESS_NOWQ; in f2fs_grab_read_bio()1054 post_read_steps |= 1 << STEP_VERITY; in f2fs_grab_read_bio()1056 if (post_read_steps) { in f2fs_grab_read_bio()1061 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()