tag | line | file | source code |
off_t | 275 | drivers/char/lp.c | off_t offset, int origin) |
off_t | 224 | drivers/char/mem.c | static int null_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 236 | drivers/char/mem.c | static int memory_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 1772 | drivers/char/tpqic02.c | static int tape_qic02_lseek(struct inode * inode, struct file * file, off_t offset, int origin) |
off_t | 209 | drivers/char/tty_io.c | static int tty_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 340 | drivers/sound/audio.c | audio_lseek (int dev, struct fileinfo *file, off_t offset, int orig) |
off_t | 1133 | drivers/sound/sequencer.c | sequencer_lseek (int dev, struct fileinfo *file, off_t offset, int orig) |
off_t | 31 | drivers/sound/sound_calls.h | int audio_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
off_t | 44 | drivers/sound/sound_calls.h | int sequencer_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
off_t | 64 | drivers/sound/sound_calls.h | int MIDIbuf_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
off_t | 82 | drivers/sound/soundcard.c | sound_lseek (struct inode *inode, struct file *file, off_t offset, int orig) |
off_t | 199 | fs/ext/file.c | off_t pos; |
off_t | 229 | fs/ext2/file.c | off_t pos; |
off_t | 245 | fs/hpfs/hpfs_fs.c | static struct hpfs_dirent *map_pos_dirent(struct inode *inode, off_t *posp, |
off_t | 1412 | fs/hpfs/hpfs_fs.c | static struct hpfs_dirent *map_pos_dirent(struct inode *inode, off_t *posp, |
off_t | 23 | fs/locks.c | #define OFFSET_MAX ((off_t)0x7fffffff) /* FIXME: move elsewhere? */ |
off_t | 199 | fs/locks.c | off_t start; |
off_t | 191 | fs/minix/file.c | off_t pos; |
off_t | 267 | fs/msdos/misc.c | int msdos_get_entry(struct inode *dir, off_t *pos,struct buffer_head **bh, |
off_t | 303 | fs/msdos/namei.c | off_t pos; |
off_t | 71 | fs/nfs/file.c | off_t pos; |
off_t | 118 | fs/pipe.c | static int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 127 | fs/proc/mem.c | static int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
off_t | 41 | fs/proc/net.c | extern int unix_get_info(char *, char **, off_t, int); |
off_t | 43 | fs/proc/net.c | extern int tcp_get_info(char *, char **, off_t, int); |
off_t | 44 | fs/proc/net.c | extern int udp_get_info(char *, char **, off_t, int); |
off_t | 45 | fs/proc/net.c | extern int raw_get_info(char *, char **, off_t, int); |
off_t | 46 | fs/proc/net.c | extern int arp_get_info(char *, char **, off_t, int); |
off_t | 47 | fs/proc/net.c | extern int dev_get_info(char *, char **, off_t, int); |
off_t | 48 | fs/proc/net.c | extern int rt_get_info(char *, char **, off_t, int); |
off_t | 51 | fs/proc/net.c | extern int ipx_get_info(char *, char **, off_t, int); |
off_t | 52 | fs/proc/net.c | extern int ipx_rt_get_info(char *, char **, off_t, int); |
off_t | 37 | fs/read_write.c | asmlinkage int sys_lseek(unsigned int fd, off_t offset, unsigned int origin) |
off_t | 245 | fs/sysv/file.c | off_t pos; |
off_t | 192 | fs/xiafs/file.c | off_t pos; |
off_t | 8 | include/linux/dirent.h | off_t d_off; |
off_t | 100 | 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 | 173 | include/linux/fs.h | off_t i_size; |
off_t | 215 | include/linux/fs.h | off_t f_pos; |
off_t | 218 | include/linux/fs.h | off_t f_reada; |
off_t | 231 | include/linux/fs.h | off_t fl_start; |
off_t | 232 | include/linux/fs.h | off_t fl_end; |
off_t | 274 | include/linux/fs.h | int (*lseek) (struct inode *, struct file *, off_t, int); |
off_t | 182 | include/linux/iso_fs.h | extern int isofs_lseek(struct inode *, struct file *, off_t, int); |
off_t | 136 | include/linux/msdos_fs.h | extern int msdos_get_entry(struct inode *dir,off_t *pos,struct buffer_head **bh, |
off_t | 184 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length); |
off_t | 53 | init/main.c | static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
off_t | 11 | lib/write.c | _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
off_t | 741 | net/inet/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 746 | net/inet/arp.c | off_t pos=0; |
off_t | 747 | net/inet/arp.c | off_t begin=0; |
off_t | 11 | net/inet/arp.h | extern int arp_get_info(char *buffer, char **start, off_t origin, int length); |
off_t | 904 | net/inet/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 907 | net/inet/dev.c | off_t begin=0; |
off_t | 908 | net/inet/dev.c | off_t pos=0; |
off_t | 135 | net/inet/ipx.c | int ipx_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 139 | net/inet/ipx.c | off_t pos=0; |
off_t | 140 | net/inet/ipx.c | off_t begin=0; |
off_t | 310 | net/inet/ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 314 | net/inet/ipx.c | off_t pos=0; |
off_t | 315 | net/inet/ipx.c | off_t begin=0; |
off_t | 57 | net/inet/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
off_t | 66 | net/inet/proc.c | off_t pos=0; |
off_t | 67 | net/inet/proc.c | off_t begin=0; |
off_t | 128 | net/inet/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 134 | net/inet/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 140 | net/inet/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 493 | net/inet/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 497 | net/inet/route.c | off_t pos=0; |
off_t | 498 | net/inet/route.c | off_t begin=0; |
off_t | 48 | net/inet/route.h | extern int rt_get_info(char * buffer, char **start, off_t offset, int length); |
off_t | 54 | net/socket.c | static int sock_lseek(struct inode *inode, struct file *file, off_t offset, |
off_t | 272 | net/socket.c | sock_lseek(struct inode *inode, struct file *file, off_t offset, int whence) |
off_t | 38 | net/unix/proc.c | int unix_get_info(char *buffer, char **start, off_t offset, int length) |
off_t | 40 | net/unix/proc.c | off_t pos=0; |
off_t | 41 | net/unix/proc.c | off_t begin=0; |