Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dir_add

Proto:static void __init dir_add(const char *name, time64_t mtime)

Type:void

Parameter:

TypeParameterName
const char *name
time64_tmtime
124  de = Allocation memory
125  If Not de Then panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.
127  Initialization list head
128  name = kstrdup(name, GFP_KERNEL)
129  mtime = mtime
130  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.
Caller
NameDescribe
do_name