Home
last modified time | relevance | path

Searched refs:post_read_steps (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dreadpage.c196 unsigned int post_read_steps = 0; in ext4_set_bio_post_read_ctx() local
199 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
202 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
204 if (post_read_steps) { in ext4_set_bio_post_read_ctx()
210 ctx->enabled_steps = post_read_steps; in ext4_set_bio_post_read_ctx()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c1038 unsigned int post_read_steps = 0; in f2fs_grab_read_bio() local
1052 post_read_steps |= 1 << STEP_DECRYPT; in f2fs_grab_read_bio()
1054 post_read_steps |= 1 << STEP_DECOMPRESS_NOWQ; in f2fs_grab_read_bio()
1056 post_read_steps |= 1 << STEP_VERITY; in f2fs_grab_read_bio()
1058 if (post_read_steps) { in f2fs_grab_read_bio()
1063 ctx->enabled_steps = post_read_steps; in f2fs_grab_read_bio()
/kernel/linux/linux-6.6/fs/f2fs/
H A 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()

Completed in 11 milliseconds