off_t 21 include/asm-generic/syscalls.h unsigned long fd, off_t pgoff); off_t 77 include/linux/agp_backend.h off_t pg_start; off_t 103 include/linux/agp_backend.h extern int agp_bind_memory(struct agp_memory *, off_t); off_t 54 include/linux/agpgart.h off_t pg_start; /* starting page to populate */ off_t 60 include/linux/agpgart.h off_t pg_start; off_t 83 include/linux/agpgart.h off_t pg_start; /* starting page to populate */ off_t 954 include/linux/fs.h #define OFFT_OFFSET_MAX INT_LIMIT(off_t) off_t 2190 include/linux/fs.h extern void chrdev_show(struct seq_file *,off_t); off_t 2212 include/linux/fs.h extern void blkdev_show(struct seq_file *,off_t); off_t 144 include/linux/memory.h ssize_t (*read)(struct memory_accessor *, char *buf, off_t offset, off_t 147 include/linux/memory.h off_t offset, size_t count); off_t 248 include/linux/scatterlist.h void *buf, size_t buflen, off_t skip); off_t 250 include/linux/scatterlist.h void *buf, size_t buflen, off_t skip); off_t 348 include/linux/scatterlist.h bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset); off_t 507 include/linux/syscalls.h off_t __user *offset, size_t count); off_t 553 include/linux/syscalls.h asmlinkage long sys_lseek(unsigned int fd, off_t offset, off_t 435 include/net/iw_handler.h int dev_get_wireless_info(char *buffer, char **start, off_t offset, int length); off_t 203 include/pcmcia/ds.h int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); off_t 204 include/pcmcia/ds.h int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val); off_t 201 scripts/dtc/util.c int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len) off_t 205 scripts/dtc/util.c off_t bufsize = 1024, offset = 0; off_t 248 scripts/dtc/util.c off_t len; off_t 252 scripts/dtc/util.c char *utilfdt_read_len(const char *filename, off_t *len) off_t 268 scripts/dtc/util.c off_t len; off_t 95 scripts/dtc/util.h char *utilfdt_read_len(const char *filename, off_t *len); off_t 113 scripts/dtc/util.h int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len); off_t 960 scripts/kconfig/symbol.c off_t so, eo; off_t 467 scripts/mod/sumversion.c if (lseek(fd, offset, SEEK_SET) == (off_t)-1) { off_t 91 scripts/recordmcount.c static off_t off_t 92 scripts/recordmcount.c ulseek(int const fd, off_t const offset, int const whence) off_t 94 scripts/recordmcount.c off_t const w = lseek(fd, offset, whence); off_t 95 scripts/recordmcount.c if (w == (off_t)-1) {