Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dreadpage.c58 STEP_DECRYPT, enumerator
123 case STEP_DECRYPT: in bio_post_read_processing()
124 if (ctx->enabled_steps & (1 << STEP_DECRYPT)) { in bio_post_read_processing()
187 post_read_steps |= 1 << STEP_DECRYPT; in get_bio_post_read_ctx()
/Linux-v5.4/fs/f2fs/
Ddata.c76 STEP_DECRYPT, enumerator
142 case STEP_DECRYPT: in bio_post_read_processing()
143 if (ctx->enabled_steps & (1 << STEP_DECRYPT)) { in bio_post_read_processing()
693 post_read_steps |= 1 << STEP_DECRYPT; in f2fs_grab_read_bio()