post_read_steps   196 fs/ext4/readpage.c 	unsigned int post_read_steps = 0;
post_read_steps   200 fs/ext4/readpage.c 		post_read_steps |= 1 << STEP_DECRYPT;
post_read_steps   203 fs/ext4/readpage.c 		post_read_steps |= 1 << STEP_VERITY;
post_read_steps   205 fs/ext4/readpage.c 	if (post_read_steps) {
post_read_steps   210 fs/ext4/readpage.c 		ctx->enabled_steps = post_read_steps;
post_read_steps   683 fs/f2fs/data.c 	unsigned int post_read_steps = 0;
post_read_steps   693 fs/f2fs/data.c 		post_read_steps |= 1 << STEP_DECRYPT;
post_read_steps   696 fs/f2fs/data.c 		post_read_steps |= 1 << STEP_VERITY;
post_read_steps   698 fs/f2fs/data.c 	if (post_read_steps) {
post_read_steps   705 fs/f2fs/data.c 		ctx->enabled_steps = post_read_steps;