Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dreadpage.c183 unsigned int post_read_steps = 0; in ext4_set_bio_post_read_ctx() local
186 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
189 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
191 if (post_read_steps) { in ext4_set_bio_post_read_ctx()
198 ctx->enabled_steps = post_read_steps; in ext4_set_bio_post_read_ctx()
/linux/fs/f2fs/
H A Ddata.c1107 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1119 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()
1122 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()
1131 if (post_read_steps || f2fs_compressed_file(inode)) { in f2fs_grab_read_bio()
1137 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()