Lines Matching refs:off64_t
73 typedef off_t off64_t;
75 static inline off64_t lseek64(int fd, __u64 offset, int set)
87 static off64_t *dcache_blk; /* which block it cached */
177 if ((dcache_blk = (off64_t *) malloc(sizeof(off64_t) * n)) == NULL
262 static long dcache_find(off64_t blk)
283 static int dcache_io_read(int fd, long entry, off64_t offset, off64_t blk)
310 static int dcache_update_rw(int fd, void *buf, off64_t offset,
313 off64_t blk;
315 off64_t start;
379 int dcache_update_cache(int fd, void *buf, off64_t offset, size_t count)
385 int dcache_read(int fd, void *buf, off64_t offset, size_t count)
534 err = dcache_read(fd, buf, (off64_t)offset, len);
578 if (dcache_update_cache(fd, buf, (off64_t)offset, len) < 0)