函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\inotify\inotify_user.c Create Date:2022-07-29 10:49:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:SYSCALL_DEFINE2

函数原型:SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd)

返回类型:

参数:

767  ret等于0
769  f等于fdget(fd)
770  如果此条件成立可能性小(为编译器优化)(!file)则返回:负EBADF
774  ret等于负EINVAL
775  如果此条件成立可能性小(为编译器优化)(f_op != & inotify_fops)则转到:out
778  group等于 needed for tty driver, and maybe others
780  ret等于负EINVAL
781  i_mark等于inotify_idr_find(group, wd)
782  如果此条件成立可能性小(为编译器优化)(!i_mark)则转到:out
785  ret等于0
787  fsnotify_destroy_mark( & fsn_mark, group)
790  fsnotify_put_mark( & fsn_mark)
792  out :
793  fdput(f)
794  返回:ret