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_mount()* Mount a new (private) instance of devpts. PTYs created in this* instance are independent of the PTYs in other devpts instances.

Proto:static struct dentry *devpts_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data)

Type:struct dentry

Parameter:

TypeParameterName
struct file_system_type *fs_type
intflags
const char *dev_name
void *data
505  Return mount_nodev(fs_type, flags, data, devpts_fill_super)