Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
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()
/Linux-v6.6/fs/f2fs/
Ddata.c1112 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1126 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()
1129 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()
1138 if (post_read_steps || f2fs_compressed_file(inode)) { in f2fs_grab_read_bio()
1143 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()