Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_fs_names

Proto:static void __init get_fs_names(char *page)

Type:void

Parameter:

TypeParameterName
char *page
365  s = page
367  If root_fs_names Then
368  strcpy(page, root_fs_names)
369  When s++ cycle
370  If s[ - 1] == ',' Then s[ - 1] = '\0'
373  Else
374  len = get_filesystem_list(page)
377  page[len] = '\0'
378  When p cycle
380  If p++ != '\t' Then Continue
382  When ( s++ = p++) != '\n' cycle
384  s[ - 1] = '\0'
387  s = '\0'
Caller
NameDescribe
mount_block_root