Home
last modified time | relevance | path

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

/fs/ext4/
A Dreadpage.c184 unsigned int post_read_steps = 0; in ext4_set_bio_post_read_ctx() local
187 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
190 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
192 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()
/fs/f2fs/
A Ddata.c1046 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1058 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()
1061 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()
1070 if (post_read_steps || f2fs_compressed_file(inode)) { in f2fs_grab_read_bio()
1075 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()

Completed in 11 milliseconds