Function report |
Source Code:fs\file.c |
Create Date:2022-07-28 20:08:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_unused_fd
Proto:void put_unused_fd(unsigned int fd)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | fd |
561 | __put_unused_fd(files, fd) |
Name | Describe |
---|---|
copy_process | Create a new process |
__do_pipe_flags | |
do_pipe2 | sys_pipe() is the normal C calling standard for creating* a pipe. It's not the way Unix traditionally does this, though. |
SYSCALL_DEFINE3 | |
open_related_ns | |
create_fd | |
copy_event_to_user | |
do_epoll_create | Open an eventpoll file descriptor. |
anon_inode_getfd | anon_inode_getfd - creates a new file instance by hooking it up to an* anonymous inode, and a dentry that describe the "class"* of the file*@name: [in] name of the "class" of the new file*@fops: [in] file operations for the new file*@priv: [in] private |
io_uring_get_fd | Allocate an anonymous fd, this is what constitutes the application* visible backing of an io_uring instance. The application mmaps this* fd to gain access to the SQ/CQ ring details. If UNIX sockets are enabled, |
do_handle_open |
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 |