Home
last modified time | relevance | path

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

/fs/ext4/
Dreadpage.c58 STEP_DECRYPT, enumerator
134 case STEP_DECRYPT: in bio_post_read_processing()
135 if (ctx->enabled_steps & (1 << STEP_DECRYPT)) { in bio_post_read_processing()
197 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
/fs/f2fs/
Ddata.c95 STEP_DECRYPT = BIT(0), enumerator
97 STEP_DECRYPT = 0, /* compile out the decryption-related code */
277 if ((ctx->enabled_steps & STEP_DECRYPT) && !fscrypt_decrypt_bio(bio)) { in f2fs_post_read_work()
307 (STEP_DECRYPT | STEP_DECOMPRESS); in f2fs_read_end_io()
1132 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()