Function report |
Source Code:fs\ioctl.c |
Create Date:2022-07-28 20:06:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:file_ioctl
Proto:static int file_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | filp | |
unsigned int | cmd | |
unsigned long | arg |
527 | inode = file_inode(filp) |
531 | Case cmd == map access |
532 | Return ioctl_fibmap(filp, p) |
535 | Case cmd == FS_IOC_RESVSP |
536 | Case cmd == FS_IOC_RESVSP64 |
538 | Case cmd == FS_IOC_UNRESVSP |
539 | Case cmd == FS_IOC_UNRESVSP64 |
541 | Case cmd == FS_IOC_ZERO_RANGE |
Name | Describe |
---|---|
do_vfs_ioctl | When you add any new common ioctls to the switches above and below* please update compat_sys_ioctl() too.* do_vfs_ioctl() is not for drivers and not intended to be EXPORT_SYMBOL()'d.* It's just a simple helper for sys_ioctl and compat_sys_ioctl. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |