Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fanotify_show_fdinfo

Proto:void fanotify_show_fdinfo(struct seq_file *m, struct file *f)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct file *f
145  group = needed for tty driver, and maybe others
147  seq_printf(m, "fanotify flags:%x event-flags:%x\n", flags, f_flags)
150  show_fdinfo(m, f, fanotify_fdinfo)