Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:reconfigure_single

Proto:static int reconfigure_single(struct super_block *s, int flags, void *data)

Type:int

Parameter:

TypeParameterName
struct super_block *s
intflags
void *data
1484  fc = fs_context_for_reconfigure(s_root, flags, Superblock flags that can be altered by MS_REMOUNT)
1485  If IS_ERR(fc) Then Return PTR_ERR(fc)
1488  ret = parse_monolithic_mount_data(fc, data)
1489  If ret < 0 Then Go to out
1492  ret = gure_super - asks filesystem to change superblock parameters*@fc: The superblock and configuration* Alters the configuration parameters of a live superblock.
1493  out :
1494  put_fs_context - Dispose of a superblock configuration context.*@fc: The context to dispose of.
1495  Return ret
Caller
NameDescribe
mount_single