Function report |
Source Code:fs\verity\verify.c |
Create Date:2022-07-28 20:24:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Extract a hash from a hash page
Proto:static void extract_hash(struct page *hpage, unsigned int hoffset, unsigned int hsize, u8 *out)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | hpage | |
unsigned int | hoffset | |
unsigned int | hsize | |
u8 * | out |
46 | virt = kmap_atomic(hpage) |
49 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(virt) |
Name | Describe |
---|---|
verify_page | Verify a single data page against the file's Merkle tree |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |