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

/linux-master/fs/ext4/
H A Dreadpage.c58 STEP_VERITY, enumerator in enum:bio_post_read_step
107 BUILD_BUG_ON(STEP_VERITY + 1 != STEP_MAX);
132 case STEP_VERITY:
133 if (ctx->enabled_steps & (1 << STEP_VERITY)) {
190 post_read_steps |= 1 << STEP_VERITY;
/linux-master/fs/f2fs/
H A Ddata.c104 STEP_VERITY = BIT(2), enumerator in enum:bio_post_read_step
106 STEP_VERITY = 0, /* compile out the verity-related code */
222 if (ctx && (ctx->enabled_steps & STEP_VERITY)) {
267 ctx->enabled_steps &= ~STEP_VERITY;
1058 post_read_steps |= STEP_VERITY;

Completed in 129 milliseconds