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_fcntl_setlk

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

Type:void

Parameter:

TypeParameterName
struct inode *inode
struct file_lock *fl
intret

NULL

Caller
NameDescribe
fcntl_setlkApply the lock described by l to an open file descriptor.* This implements both the F_SETLK and F_SETLKW commands of fcntl().