Home
last modified time | relevance | path

Searched refs:loff_t (Results 1 – 19 of 19) sorted by relevance

/external/strace/
Dfile.c40 #undef loff_t
48 #define loff_t __kernel_loff_t macro
59 #undef loff_t
67 #define loff_t loff_t macro
/external/e2fsprogs/misc/
De4defrag.c202 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 …]
Dfindsuper.c117 loff_t sk=0, skl=0; in main()
121 loff_t interval = 1024 * 1024; in main()
/external/e2fsprogs/contrib/
Dfallocate.c92 loff_t length = -2LL; in main()
93 loff_t offset = 0; in main()
/external/autotest/client/tests/rmaptest/src/
Drmap-test.c141 loff_t offset; in main()
142 loff_t file_size; in main()
/external/kernel-headers/original/uapi/linux/usb/
Df_mtp.h28 loff_t offset;
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1838 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 …]
/external/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h64 static INLINE void *os_mmap(void *addr, size_t length, int prot, int flags, int fd, loff_t offset) in os_mmap()
/external/strace/tests/
Dxstatx.c93 # undef loff_t
103 # define loff_t __kernel_loff_t macro
/external/libdrm/
Dlibdrm_macros.h50 int fd, loff_t offset) in drm_mmap()
/external/lzma/xz-embedded/
Dxz_dec_test.c103 size_t size, loff_t *pos) in xz_dec_test_write()
/external/fsck_msdos/
Ddir.c311 loff_t off; in delete()
446 loff_t off; in check_dot_dot()
530 loff_t off; in readDosDirSection()
1016 static loff_t lfoff;
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz ... +extern ssize_t get_lockmeter_info(char *, size_t, loff_t *); 45+extern ssize_t put_lockmeter_info(const ...
/external/elfutils/libelf/
DChangeLog104 * libelf.h: Replace loff_t with int64_t throughout.
932 * libelf.h: Replace off64_t with loff_t throughout.
/external/elfutils/config/
Delfutils.spec.in244 - libelf: Use int64_t for offsets in libelf.h instead of loff_t.
/external/elfutils/
DNEWS23 libelf: Use int64_t for offsets in libelf.h instead of loff_t.
/external/elfutils/libdwfl/
DChangeLog106 * core-file.c (elf_begin_rand): Replace loff_t with off_t.
/external/elfutils/tests/
DChangeLog387 * newdata.c (check_section_data): Use PRId64 for printing loff_t.
/external/valgrind/perf/
Dtest_input_for_tinycc.c249 typedef __loff_t loff_t; typedef