| Function report | 
| Source Code: fs\read_write.c | Create Date:2022-07-28 20:01:18 | 
| Last Modify:2020-03-18 10:18:51 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:xed_size_llseek - llseek implementation for fixed-sized devices*@file: file structure to seek on*@offset: file offset to seek to*@whence: type of seek*@size: size of the file
Proto:loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size)
Type:loff_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct file * | file | |
| loff_t | offset | |
| int | whence | |
| loff_t | size | 
| 165 | Case whence == seek relative to beginning of file | 
| 165 | Case whence == seek relative to current file position | 
| 165 | Case whence == seek relative to end of file | 
| 168 | Default | 
| 169 | Return -EINVAL | 
| Name | Describe | 
|---|---|
| block_llseek | private llseek:* for a block special file file_inode(file)->i_size is zero* so we compute the size by hand (just as in block_read/write above) | 
| 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 |