Function report |
Source Code:fs\read_write.c |
Create Date:2022-07-28 20:01:19 |
Last Modify:2020-03-18 10:18:51 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ksys_lseek
Proto:off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence)
Type:off_t
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | fd | |
off_t | offset | |
unsigned int | whence |
313 | res = vfs_llseek(file, offset, whence) |
319 | Return retval |
Name | Describe |
---|---|
identify_ramdisk_image | This routine tries to find a RAM disk image to load, and returns the* number of blocks to read for a non-compressed image, 0 if the image* is a compressed image, and -1 if an image with the right magic* numbers could not be found |
SYSCALL_DEFINE3 | |
COMPAT_SYSCALL_DEFINE3 |
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 |