Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:init\do_mounts_rd.c Create Date:2022-07-28 13:58:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:crd_load

Proto:static int __init crd_load(int in_fd, int out_fd, decompress_fn deco)

Type:int

Parameter:

TypeParameterName
intin_fd
intout_fd
decompress_fndeco
332  crd_infd = in_fd
333  crd_outfd = out_fd
335  If Not deco Then
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  If decompress_error Then result = 1
344  Return result
Caller
NameDescribe
rd_load_image