Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clean_path

Proto:static void __init clean_path(char *path, umode_t fmode)

Type:void

Parameter:

TypeParameterName
char *path
umode_tfmode
299  If Not vfs_lstat(path, & st) && (mode ^ fmode) & S_IFMT Then
300  If S_ISDIR(mode) Then ksys_rmdir(path)
302  Else ksys_unlink(path)
Caller
NameDescribe
maybe_link
do_name
do_symlink