函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\do_mounts_rd.c Create Date:2022-07-27 15:20:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:crd_load

函数原型:static int __init crd_load(int in_fd, int out_fd, decompress_fn deco)

返回类型:int

参数:

类型参数名称
intin_fd
intout_fd
decompress_fndeco
332  crd_infd等于in_fd
333  crd_outfd等于out_fd
335  如果非deco
336  These can be used to print at the various log levels.* All of these will print unconditionally, although note that pr_debug()* and other debug macros are compiled out unless either DEBUG is defined* or CONFIG_DYNAMIC_DEBUG is set.("Invalid ramdisk decompression routine. Select appropriate config option.\n")
338  panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
341  result等于deco(NULL, 0, compr_fill, compr_flush, NULL, NULL, error)
342  如果decompress_errorresult等于1
344  返回:result
调用者
名称描述
rd_load_image