Home | History | Annotate | Download | only in bits

Lines Matching refs:__off64_t

176     __off64_t l_start;	/* Offset where the lock begins.  */
177 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
187 __off64_t l_start; /* Offset where the lock begins. */
188 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
286 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
294 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
309 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
310 __off64_t *__offout, size_t __len,
328 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
329 __off64_t __len),
336 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
337 __off64_t __len);