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:update_ptmx_mode

Proto:static void update_ptmx_mode(struct pts_fs_info *fsi)

Type:void

Parameter:

TypeParameterName
struct pts_fs_info *fsi
378  If ptmx_dentry Then
379  inode = d_inode - Get the actual inode of this dentry*@dentry: The dentry to query* This is the helper normal filesystems should use to get at their own inodes* in their own dentries and ignore the layering superimposed upon them.
380  i_mode = S_IFCHR | ptmxmode
Caller
NameDescribe
devpts_remount