Home | History | Annotate | Download | only in bits

Lines Matching refs:__off64_t

168     __off64_t l_start;	/* Offset where the lock begins.  */
169 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
179 __off64_t l_start; /* Offset where the lock begins. */
180 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
262 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
267 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
276 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
277 __off64_t *__offout, size_t __len,
289 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
290 __off64_t __len),
297 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
298 __off64_t __len);