Home
last modified time | relevance | path

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

/fs/ext4/
Dreadpage.c59 STEP_DECRYPT, enumerator
137 case STEP_DECRYPT: in bio_post_read_processing()
138 if (ctx->enabled_steps & (1 << STEP_DECRYPT)) { in bio_post_read_processing()
214 post_read_steps |= 1 << STEP_DECRYPT; in ext4_set_bio_post_read_ctx()
/fs/f2fs/
Ddata.c99 STEP_DECRYPT = 1 << 0, enumerator
101 STEP_DECRYPT = 0, /* compile out the decryption-related code */
263 if (ctx->enabled_steps & STEP_DECRYPT) in f2fs_post_read_work()
290 (STEP_DECRYPT | STEP_DECOMPRESS); in f2fs_read_end_io()
1024 post_read_steps |= STEP_DECRYPT; in f2fs_grab_read_bio()