Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__f_setown

Proto:void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, int force)

Type:void

Parameter:

TypeParameterName
struct file *filp
struct pid *pid
enum pid_typetype
intforce
108  security_file_set_fowner(filp)
109  f_modown(filp, pid, type, force)
Caller
NameDescribe
f_setown
f_setown_ex
fcntl_dirnotifyWhen a process calls fcntl to attach a dnotify watch to a directory it ends* up here. Allocate both a mark for fsnotify to add and a dnotify_struct to be* attached to the fsnotify_mark.
lease_setup