函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ioctl_fibmap

函数原型:static int ioctl_fibmap(struct file *filp, int __user *p)

返回类型:int

参数:

类型参数名称
struct file *filp
int __user *p
57  mapping等于f_mapping
61  如果非bmap则返回:负EINVAL
63  如果非操作权限检查则返回:负EPERM
65  res等于Careful: we have to cast the result to the type of the pointer* for sign reasons(block, p)
66  如果res则返回:res
68  res等于bmap(mapping, block)
69  返回:put_user - Write a simple value into user space(res, p)
调用者
名称描述
file_ioctl