函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\devpts\inode.c Create Date:2022-07-29 11:10:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:devpts_remount

函数原型:static int devpts_remount(struct super_block *sb, int *flags, char *data)

返回类型:int

参数:

类型参数名称
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  返回:err