Searched refs:fsverity_verify_page (Results 1 – 5 of 5) sorted by relevance
133 extern bool fsverity_verify_page(struct page *page);178 static inline bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
187 bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function204 EXPORT_SYMBOL_GPL(fsverity_verify_page);
336 !fsverity_verify_page(page)) in ext4_mpage_readpages()
476 Therefore, fs/verity/ provides a function fsverity_verify_page() which480 fsverity_verify_page() will call back into the filesystem to read483 fsverity_verify_page() returns false if verification failed; in this489 fsverity_verify_page() currently only supports the case where the492 In principle, fsverity_verify_page() verifies the entire path in the495 fsverity_verify_page() only ascends the tree reading hash pages until537 filesystems use fsverity_verify_page() to verify hole pages.
1715 !fsverity_verify_page(page)) { in f2fs_read_single_page()