Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\super.c Create Date:2022-07-28 20:02:28
Last Modify:2022-05-24 06:42:17 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:emergency_remount

Proto:void emergency_remount(void)

Type:void

Parameter:Nothing

1019  work = Allocation memory
1020  If work Then
1021  INIT_WORK(work, do_emergency_remount)
1022  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise