Function report |
Source Code:fs\crypto\crypto.c |
Create Date:2022-07-28 20:23:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:scrypt_free_bounce_page() - free a ciphertext bounce page* Free a bounce page that was allocated by fscrypt_encrypt_pagecache_blocks(),* or by fscrypt_alloc_bounce_page() directly.
Proto:void fscrypt_free_bounce_page(struct page *bounce_page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | bounce_page |
65 | If Not bounce_page Then Return |
67 | set_page_private(bounce_page, (unsignedlong)NULL) |
Name | Describe |
---|---|
fscrypt_encrypt_pagecache_blocks | scrypt_encrypt_pagecache_blocks() - Encrypt filesystem blocks from a pagecache page*@page: The locked pagecache page containing the block(s) to encrypt*@len: Total size of the block(s) to encrypt. Must be a nonzero* multiple of the filesystem's block size. |
fscrypt_zeroout_range |
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 |