Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dreadpage.c58 STEP_VERITY, enumerator
120 BUILD_BUG_ON(STEP_VERITY + 1 != STEP_MAX); in verity_work()
145 case STEP_VERITY: in bio_post_read_processing()
146 if (ctx->enabled_steps & (1 << STEP_VERITY)) { in bio_post_read_processing()
203 post_read_steps |= 1 << STEP_VERITY; in ext4_set_bio_post_read_ctx()
/Linux-v6.1/fs/f2fs/
Ddata.c108 STEP_VERITY = 1 << 2, enumerator
110 STEP_VERITY = 0, /* compile out the verity-related code */
211 if (ctx && (ctx->enabled_steps & STEP_VERITY)) { in f2fs_verify_and_finish_bio()
254 ctx->enabled_steps &= ~STEP_VERITY; in f2fs_handle_step_decompress()
1049 post_read_steps |= STEP_VERITY; in f2fs_grab_read_bio()