Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dreadpage.c58 STEP_DECRYPT, enumerator
136 case STEP_DECRYPT: in bio_post_read_processing()
137 if (ctx->enabled_steps & (1 << STEP_DECRYPT)) { in bio_post_read_processing()
199 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
/Linux-v5.15/fs/f2fs/
Ddata.c99 STEP_DECRYPT = 1 << 0, enumerator
101 STEP_DECRYPT = 0, /* compile out the decryption-related code */
262 if (ctx->enabled_steps & STEP_DECRYPT) in f2fs_post_read_work()
289 if (ctx && (ctx->enabled_steps & (STEP_DECRYPT | STEP_DECOMPRESS))) { in f2fs_read_end_io()
1000 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()