Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\apparmorfs.c Create Date:2022-07-28 19:50:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_rawdata_open

Proto:static int seq_rawdata_open(struct inode *inode, struct file *file, int (*show)(struct seq_file *, void *))

Type:int

Parameter:

TypeParameterName
struct inode *inode
struct file *file
int (*show
1254  data = __aa_get_loaddata - get a reference count to uncounted data reference*@data: reference to get a count on* Returns: pointer to reference OR NULL if race is lost and reference is* being repeated
1257  If Not data Then Return -ENOENT
1261  error = single_open(file, show, data)
1262  If error Then
1263  AA_BUG( needed for tty driver, and maybe others && private)
1265  aa_put_loaddata(data)
1268  Return error
Caller
NameDescribe
seq_rawdata_abi_open
seq_rawdata_revision_open
seq_rawdata_hash_open
seq_rawdata_compressed_size_open