Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfsverity.h147 bool fsverity_verify_page(struct page *page);
200 static inline bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfsverity.h147 bool fsverity_verify_page(struct page *page);
200 static inline bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfsverity.h147 bool fsverity_verify_page(struct page *page);
200 static inline bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/verity/
H A Dverify.c189 bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
205 EXPORT_SYMBOL_GPL(fsverity_verify_page);
/dports/multimedia/libv4l/linux-5.13-rc2/fs/verity/
H A Dverify.c189 bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
205 EXPORT_SYMBOL_GPL(fsverity_verify_page);
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/verity/
H A Dverify.c189 bool fsverity_verify_page(struct page *page) in fsverity_verify_page() function
205 EXPORT_SYMBOL_GPL(fsverity_verify_page);
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dreadpage.c344 !fsverity_verify_page(page)) in ext4_mpage_readpages()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dreadpage.c344 !fsverity_verify_page(page)) in ext4_mpage_readpages()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dreadpage.c344 !fsverity_verify_page(page)) in ext4_mpage_readpages()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst556 Therefore, fs/verity/ provides a function fsverity_verify_page() which
560 fsverity_verify_page() will call back into the filesystem to read
563 fsverity_verify_page() returns false if verification failed; in this
569 fsverity_verify_page() currently only supports the case where the
572 In principle, fsverity_verify_page() verifies the entire path in the
575 fsverity_verify_page() only ascends the tree reading hash pages until
617 filesystems use fsverity_verify_page() to verify hole pages.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst556 Therefore, fs/verity/ provides a function fsverity_verify_page() which
560 fsverity_verify_page() will call back into the filesystem to read
563 fsverity_verify_page() returns false if verification failed; in this
569 fsverity_verify_page() currently only supports the case where the
572 In principle, fsverity_verify_page() verifies the entire path in the
575 fsverity_verify_page() only ascends the tree reading hash pages until
617 filesystems use fsverity_verify_page() to verify hole pages.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Dfsverity.rst556 Therefore, fs/verity/ provides a function fsverity_verify_page() which
560 fsverity_verify_page() will call back into the filesystem to read
563 fsverity_verify_page() returns false if verification failed; in this
569 fsverity_verify_page() currently only supports the case where the
572 In principle, fsverity_verify_page() verifies the entire path in the
575 fsverity_verify_page() only ascends the tree reading hash pages until
617 filesystems use fsverity_verify_page() to verify hole pages.
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/f2fs/
H A Dcompress.c1648 if (rpage && !fsverity_verify_page(rpage)) in f2fs_verify_cluster()
H A Ddata.c185 !PageError(page) && !fsverity_verify_page(page)) in f2fs_verify_bio()
2041 !fsverity_verify_page(page)) { in f2fs_read_single_page()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/f2fs/
H A Dcompress.c1648 if (rpage && !fsverity_verify_page(rpage)) in f2fs_verify_cluster()
H A Ddata.c185 !PageError(page) && !fsverity_verify_page(page)) in f2fs_verify_bio()
2041 !fsverity_verify_page(page)) { in f2fs_read_single_page()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/f2fs/
H A Dcompress.c1648 if (rpage && !fsverity_verify_page(rpage)) in f2fs_verify_cluster()
H A Ddata.c185 !PageError(page) && !fsverity_verify_page(page)) in f2fs_verify_bio()
2041 !fsverity_verify_page(page)) { in f2fs_read_single_page()