Searched refs:loff_t (Results 1 – 19 of 19) sorted by relevance
40 #undef loff_t48 #define loff_t __kernel_loff_t macro59 #undef loff_t67 #define loff_t loff_t macro
202 static int posix_fadvise(int fd, loff_t offset, size_t len, int advise) in posix_fadvise()225 int sync_file_range(int fd, loff_t offset, loff_t length, unsigned int flag) in sync_file_range()250 static int fallocate64(int fd, int mode, loff_t offset, loff_t len) in fallocate64()419 loff_t offset, end_offset, length; in page_in_core()428 offset = (loff_t)defrag_data.orig_start * block_size; in page_in_core()429 length = (loff_t)defrag_data.len * block_size; in page_in_core()473 loff_t offset; in defrag_fadvise()478 offset = (loff_t)defrag_data.orig_start * block_size; in defrag_fadvise()483 (loff_t)pagesize * page_num, sync_flag) < 0) in defrag_fadvise()1332 static void print_progress(const char *file, loff_t start, loff_t file_size) in print_progress()[all …]
117 loff_t sk=0, skl=0; in main()121 loff_t interval = 1024 * 1024; in main()
92 loff_t length = -2LL; in main()93 loff_t offset = 0; in main()
141 loff_t offset; in main()142 loff_t file_size; in main()
28 loff_t offset;
1838 LSS_INLINE int LSS_NAME(fadvise64)(int fd, loff_t offset, in _syscall6()1839 loff_t len, int advice) { in _syscall6()1853 loff_t offset, loff_t len) { in _syscall6()1854 union { loff_t off; unsigned w[2]; } o = { offset }, l = { len }; in _syscall6()2146 LSS_INLINE int LSS_NAME(fadvise64)(int fd, loff_t offset, loff_t len, in _syscall2()3189 LSS_INLINE int LSS_NAME(fallocate)(int f, int mode, loff_t offset, in _syscall2()3190 loff_t len) { in _syscall2()3450 loff_t *, res, uint, wh) in _syscall2()3860 LSS_INLINE ssize_t LSS_NAME(pread64)(int f, void *b, size_t c, loff_t o) { in LSS_NAME()3866 loff_t o) { in LSS_NAME()[all …]
64 static INLINE void *os_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) in os_mmap()
93 # undef loff_t103 # define loff_t __kernel_loff_t macro
50 int fd, loff_t offset) in drm_mmap()
103 size_t size, loff_t *pos) in xz_dec_test_write()
311 loff_t off; in delete()446 loff_t off; in check_dot_dot()530 loff_t off; in readDosDirSection()1016 static loff_t lfoff;
... +extern ssize_t get_lockmeter_info(char *, size_t, loff_t *); 45+extern ssize_t put_lockmeter_info(const ...
104 * libelf.h: Replace loff_t with int64_t throughout.932 * libelf.h: Replace off64_t with loff_t throughout.
244 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
23 libelf: Use int64_t for offsets in libelf.h instead of loff_t.
106 * core-file.c (elf_begin_rand): Replace loff_t with off_t.
387 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
249 typedef __loff_t loff_t; typedef