Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_symlink

Proto:static int __init do_symlink(void)

Type:int

Parameter:Nothing

386  collected[link hash (name_len) + body_len] = '\0'
387  clean_path(collected, 0)
388  ksys_symlink(collected + link hash (name_len), collected)
389  ksys_lchown(collected, uid, gid)
390  do_utime(collected, mtime)
391  state = SkipIt
392  FSM = Reset
393  Return 0