Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\devpts\inode.c Create Date:2022-07-28 20:34:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:devpts_remount

Proto:static int devpts_remount(struct super_block *sb, int *flags, char *data)

Type:int

Parameter:

TypeParameterName
struct super_block *sb
int *flags
char *data
387  fsi = DEVPTS_SB(sb)
388  opts = mount_opts
390  err = parse_mount_options():* Set @opts to mount options specified in @data. If an option is not* specified in @data, set it to its default value.* Note: @data may be NULL (in which case all options are set to default).
398  update_ptmx_mode(fsi)
400  Return err