taglinefilesource code
off_t23fs/char_dev.cstatic int rw_ttyx(int rw,unsigned minor,char * buf,int count,off_t * pos, unsigned short flags)
off_t29fs/char_dev.cstatic int rw_lp(int rw,unsigned minor,char * buf,int count,off_t * pos, unsigned short flags)
off_t34fs/char_dev.cstatic int rw_tty(int rw,unsigned minor,char * buf,int count, off_t * pos, unsigned short flags)
off_t41fs/char_dev.cstatic int rw_ram(int rw,char * buf, int count, off_t *pos)
off_t46fs/char_dev.cstatic int rw_mem(int rw,char * buf, int count, off_t * pos)
off_t95fs/char_dev.cstatic int rw_kmem(int rw,char * buf, int count, off_t * pos)
off_t125fs/char_dev.cstatic int rw_port(int rw,char * buf, int count, off_t * pos)
off_t142fs/char_dev.coff_t * pos, unsigned short flags)
off_t101fs/minix/file_dev.coff_t pos;
off_t36fs/read_write.cint sys_lseek(unsigned int fd, off_t offset, unsigned int origin)
off_t46include/fcntl.hoff_t l_start;
off_t47include/fcntl.hoff_t l_len;
off_t91include/linux/fs.hoff_t  i_size;
off_t115include/linux/fs.hoff_t f_pos;
off_t143include/linux/fs.hint (*lseek) (struct inode *, struct file *, off_t, int);
off_t77include/linux/minix_fs.hextern int minix_lseek(struct inode * inode, struct file * filp, off_t offset, int origin);
off_t8include/sys/dirent.hoff_t    d_off;
off_t14include/sys/stat.hoff_t  st_size;
off_t256include/unistd.hoff_t lseek(int fildes, off_t offset, int origin);
off_t264include/unistd.hint read(int fildes, char * buf, off_t count);
off_t286include/unistd.hint write(int fildes, const char * buf, off_t count);
off_t10lib/write.c_syscall3(int,write,int,fd,const char *,buf,off_t,count)