Lines Matching defs:verity
131 static void __read_end_io(struct bio *bio, bool compr, bool verity)
142 f2fs_decompress_pages(bio, page, verity);
145 if (verity)
163 static void __f2fs_read_end_io(struct bio *bio, bool compr, bool verity)
166 __read_end_io(bio, false, verity);
170 static void f2fs_decompress_bio(struct bio *bio, bool verity)
172 __read_end_io(bio, true, verity);
240 * fsverity_verify_bio() may call readpages() again, and while verity
244 * This assumes that verity is the last post-read step.
292 * We use different work queues for decryption and for verity because
293 * verity may require reading metadata pages that need decryption, and
3328 /* In the fs-verity case, f2fs_end_enable_verity() does the truncate */