Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\filelock.h Create Date:2022-07-28 20:25:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_locks_remove_posix

Proto:static inline void trace_locks_remove_posix(struct inode *inode, struct file_lock *fl, int ret)

Type:void

Parameter:

TypeParameterName
struct inode *inode
struct file_lock *fl
intret

NULL

Caller
NameDescribe
locks_remove_posixThis function is called when the file is being removed* from the task's fd array. POSIX locks belonging to this task* are deleted at this time.