Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dreadpage.c191 unsigned int post_read_steps = 0; in ext4_set_bio_post_read_ctx() local
194 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
197 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
199 if (post_read_steps) { in ext4_set_bio_post_read_ctx()
205 ctx->enabled_steps = post_read_steps; in ext4_set_bio_post_read_ctx()
/openbmc/linux/fs/f2fs/
H A Ddata.c1045 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1059 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()
1062 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()
1071 if (post_read_steps || f2fs_compressed_file(inode)) { in f2fs_grab_read_bio()
1076 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()