Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__show_fd_locks

Proto:static void __show_fd_locks(struct seq_file *f, struct list_head *head, int *id, struct file *filp, struct files_struct *files)

Type:void

Parameter:

TypeParameterName
struct seq_file *f
struct list_head *head
int *id
struct file *filp
struct files_struct *files
2899  If filp != fl_file Then Continue
2901  If fl_owner != files && fl_owner != filp Then Continue
2905  id++
2906  seq_puts(f, "lock:\t")
2907  lock_get_status(f, fl, * id, "")
Caller
NameDescribe
show_fd_locks