Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\crypto\bio.c Create Date:2022-07-28 20:24:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fscrypt_decrypt_bio

Proto:void fscrypt_decrypt_bio(struct bio *bio)

Type:void

Parameter:

TypeParameterName
struct bio *bio
35  page = bv_page
36  ret = scrypt_decrypt_pagecache_blocks() - Decrypt filesystem blocks in a pagecache page*@page: The locked pagecache page containing the block(s) to decrypt*@len: Total size of the block(s) to decrypt. Must be a nonzero* multiple of the filesystem's block size.
38  If ret Then SetPageError(page)