Home
last modified time | relevance | path

Searched refs:post_read_steps (Results 1 – 2 of 2) sorted by relevance

/fs/ext4/
Dreadpage.c211 unsigned int post_read_steps = 0; in get_bio_post_read_ctx() local
215 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()
/fs/f2fs/
Ddata.c1036 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1050 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()