tag | line | file | source code |
off_t | 162 | fs/ext/file.c | off_t pos; |
off_t | 162 | fs/minix/file.c | off_t pos; |
off_t | 91 | fs/pipe.c | static int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 35 | fs/read_write.c | int sys_lseek(unsigned int fd, off_t offset, unsigned int origin) |
off_t | 6 | include/linux/dirent.h | off_t d_off; |
off_t | 114 | include/linux/ext_fs.h | extern int ext_lseek(struct inode *, struct file *, off_t, int); |
off_t | 45 | include/linux/fcntl.h | off_t l_start; |
off_t | 46 | include/linux/fcntl.h | off_t l_len; |
off_t | 122 | include/linux/fs.h | off_t i_size; |
off_t | 149 | include/linux/fs.h | off_t f_pos; |
off_t | 177 | include/linux/fs.h | int (*lseek) (struct inode *, struct file *, off_t, int); |
off_t | 80 | include/linux/minix_fs.h | extern int minix_lseek(struct inode *, struct file *, off_t, int); |
off_t | 15 | include/sys/mman.h | off_t off); |
off_t | 38 | init/main.c | static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
off_t | 87 | kernel/chr_drv/lp.c | static int lp_lseek(struct inode * inode, struct file * file, off_t offset, int origin) |
off_t | 186 | kernel/chr_drv/mem.c | static int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 489 | kernel/chr_drv/tty_io.c | static int tty_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 11 | lib/write.c | _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
off_t | 40 | net/socket.c | static int sock_lseek(struct inode *inode, struct file *file, off_t offset, |
off_t | 225 | net/socket.c | sock_lseek(struct inode *inode, struct file *file, off_t offset, int whence) |