Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dreadpage.c59 STEP_VERITY, enumerator
119 BUILD_BUG_ON(STEP_VERITY + 1 != STEP_MAX); in verity_work()
144 case STEP_VERITY: in bio_post_read_processing()
145 if (ctx->enabled_steps & (1 << STEP_VERITY)) { in bio_post_read_processing()
202 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
/kernel/linux/linux-6.6/fs/ext4/
H A Dreadpage.c58 STEP_VERITY, enumerator
114 BUILD_BUG_ON(STEP_VERITY + 1 != STEP_MAX); in verity_work()
139 case STEP_VERITY: in bio_post_read_processing()
140 if (ctx->enabled_steps & (1 << STEP_VERITY)) { in bio_post_read_processing()
197 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c121 STEP_VERITY, enumerator
184 f2fs_decompress_bio(ctx->bio, ctx->enabled_steps & (1 << STEP_VERITY)); in f2fs_decompress_work()
273 if (ctx->enabled_steps & (1 << STEP_VERITY)) { in f2fs_post_read_work()
304 if (ctx->enabled_steps & (1 << STEP_VERITY)) { in bio_post_read_processing()
1056 post_read_steps |= 1 << STEP_VERITY; in f2fs_grab_read_bio()
2286 if (!(ctx->enabled_steps & (1 << STEP_VERITY))) { in f2fs_read_multi_pages()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c104 STEP_VERITY = BIT(2), enumerator
106 STEP_VERITY = 0, /* compile out the verity-related code */
222 if (ctx && (ctx->enabled_steps & STEP_VERITY)) { in f2fs_verify_and_finish_bio()
267 ctx->enabled_steps &= ~STEP_VERITY; in f2fs_handle_step_decompress()
1129 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()

Completed in 11 milliseconds