Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dreadpage.c197 unsigned int post_read_steps = 0; in ext4_set_bio_post_read_ctx() local
200 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
203 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
205 if (post_read_steps) { in ext4_set_bio_post_read_ctx()
211 ctx->enabled_steps = post_read_steps; in ext4_set_bio_post_read_ctx()
/linux-6.1.9/fs/f2fs/
Ddata.c1032 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1046 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()
1049 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()
1058 if (post_read_steps || f2fs_compressed_file(inode)) { in f2fs_grab_read_bio()
1063 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()