tag | line | file | source code |
off_t | 195 | fs/ext/file.c | off_t pos; |
off_t | 201 | fs/ext2/file.c | off_t pos; |
off_t | 198 | fs/locks.c | off_t start; |
off_t | 189 | fs/minix/file.c | off_t pos; |
off_t | 62 | fs/nfs/file.c | off_t pos; |
off_t | 95 | fs/pipe.c | static int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 129 | fs/proc/mem.c | static int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 37 | fs/read_write.c | int sys_lseek(unsigned int fd, off_t offset, unsigned int origin) |
off_t | 188 | fs/xiafs/file.c | off_t pos; |
off_t | 8 | include/linux/dirent.h | off_t d_off; |
off_t | 98 | include/linux/ext_fs.h | extern int ext_lseek(struct inode *, struct file *, off_t, int); |
off_t | 44 | include/linux/fcntl.h | off_t l_start; |
off_t | 45 | include/linux/fcntl.h | off_t l_len; |
off_t | 175 | include/linux/fs.h | off_t i_size; |
off_t | 212 | include/linux/fs.h | off_t f_pos; |
off_t | 226 | include/linux/fs.h | off_t fl_start; |
off_t | 227 | include/linux/fs.h | off_t fl_end; |
off_t | 263 | include/linux/fs.h | int (*lseek) (struct inode *, struct file *, off_t, int); |
off_t | 171 | include/linux/iso_fs.h | extern int isofs_lseek(struct inode *, struct file *, off_t, int); |
off_t | 47 | init/main.c | static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
off_t | 272 | kernel/chr_drv/lp.c | off_t offset, int origin) |
off_t | 211 | kernel/chr_drv/mem.c | static int memory_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 190 | 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 | 48 | net/socket.c | static int sock_lseek(struct inode *inode, struct file *file, off_t offset, |
off_t | 238 | net/socket.c | sock_lseek(struct inode *inode, struct file *file, off_t offset, int whence) |