Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:convert_fcntl_cmd

Proto:static unsigned int convert_fcntl_cmd(unsigned int cmd)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intcmd
581  Case cmd == using 'struct flock64'
582  Return F_GETLK
583  Case cmd == F_SETLK64
584  Return F_SETLK
585  Case cmd == F_SETLKW64
586  Return F_SETLKW
589  Return cmd
Caller
NameDescribe
do_compat_fcntl64