Home
last modified time | relevance | path

Searched refs:fsverity_verify_page (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dfsverity.h133 extern bool fsverity_verify_page(struct page *page);
178 static inline bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
/Linux-v5.4/fs/verity/
Dverify.c187 bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
204 EXPORT_SYMBOL_GPL(fsverity_verify_page);
/Linux-v5.4/fs/ext4/
Dreadpage.c336 !fsverity_verify_page(page)) in ext4_mpage_readpages()
/Linux-v5.4/Documentation/filesystems/
Dfsverity.rst476 Therefore, fs/verity/ provides a function fsverity_verify_page() which
480 fsverity_verify_page() will call back into the filesystem to read
483 fsverity_verify_page() returns false if verification failed; in this
489 fsverity_verify_page() currently only supports the case where the
492 In principle, fsverity_verify_page() verifies the entire path in the
495 fsverity_verify_page() only ascends the tree reading hash pages until
537 filesystems use fsverity_verify_page() to verify hole pages.
/Linux-v5.4/fs/f2fs/
Ddata.c1715 !fsverity_verify_page(page)) { in f2fs_read_single_page()