Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:seq_open_private

Proto:int seq_open_private(struct file *filp, const struct seq_operations *ops, int psize)

Type:int

Parameter:

TypeParameterName
struct file *filp
const struct seq_operations *ops
intpsize
653  Return If __seq_open_private(filp, ops, psize) Then 0 Else -ENOMEM
Caller
NameDescribe
mounts_open_common