HomeSort by relevance Sort by last modified time
    Searched refs:loff_t (Results 1 - 25 of 41) sorted by null

1 2

  /external/ltp/include/lapi/
splice.h 28 ssize_t splice(int fd_in, loff_t *off_in, int fd_out,
29 loff_t *off_out, size_t len, unsigned int flags)
fallocate.h 55 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len)
  /external/ltp/testcases/kernel/syscalls/copy_file_range/
copy_file_range01.c 29 static loff_t **off_arr;
52 off_arr = malloc(sizeof(loff_t *) * off_sz);
54 off_arr[i] = malloc(sizeof(loff_t));
65 loff_t *off1, loff_t *off2, size_t len)
91 static int check_file_offset(const char *m, int fd, loff_t len,
92 loff_t *off_ori, loff_t *off_after)
98 loff_t fd_off = SAFE_LSEEK(fd, 0, SEEK_CUR);
126 loff_t fd_off = SAFE_LSEEK(fd, 0, SEEK_CUR)
    [all...]
  /external/strace/linux/
asm_stat.h 7 # undef loff_t macro
18 # define loff_t __kernel_loff_t macro
31 # undef loff_t macro
42 # define loff_t loff_t macro
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek01.c 102 loff_t offset; /* Ret value from llseek */
117 TEST(lseek64(fildes, (loff_t) (80 * BUFSIZ), SEEK_SET));
119 if (TEST_RETURN == (loff_t) - 1) {
125 if (TEST_RETURN != (loff_t) (80 * BUFSIZ)) {
142 offset = lseek64(fildes, (loff_t) BUFSIZ, SEEK_SET);
143 if (offset != (loff_t) BUFSIZ) {
llseek03.c 115 TEST(lseek64(fd, (loff_t) 1, SEEK_CUR));
117 if (TEST_RETURN == (loff_t) -1) {
151 TEST(lseek64(fd, (loff_t) 0, SEEK_END));
153 if (TEST_RETURN == (loff_t) -1) {
llseek02.c 152 TEST(lseek64(fildes, (loff_t) 0, whence));
154 if (TEST_RETURN != (loff_t) - 1) {
  /bionic/libc/include/sys/
types.h 102 typedef off_t loff_t; typedef
103 typedef loff_t off64_t;
106 typedef __kernel_loff_t loff_t; typedef
107 typedef loff_t off64_t;
  /bionic/libc/kernel/android/uapi/linux/usb/
f_mtp.h 26 loff_t offset;
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate01.c 111 void runtest(int, int, loff_t);
117 loff_t block_size;
195 loff_t expected_size;
219 void runtest(int mode, int fd, loff_t expected_size)
221 loff_t offset;
222 loff_t len = block_size;
223 loff_t write_offset, lseek_offset;
fallocate02.c 68 loff_t offset;
69 loff_t len;
fallocate03.c 116 loff_t offset;
117 loff_t len;
  /external/ltp/testcases/kernel/syscalls/splice/
splice03.c 58 static loff_t offset;
62 loff_t *offin;
64 loff_t *offout;
  /bionic/tests/
sys_types_test.cpp 41 ASSERT_EQ(8U, sizeof(loff_t));
  /external/libdrm/
libdrm_macros.h 50 int fd, loff_t offset)
  /external/mesa3d/src/gallium/auxiliary/os/
os_mman.h 62 int fd, loff_t offset)
  /system/core/libdiskconfig/include/diskconfig/
diskconfig.h 101 loff_t offset;
120 int write_raw_image(const char *dst, const char *src, loff_t offset, int test);
  /external/e2fsprogs/contrib/
fallocate.c 98 loff_t length = -2LL;
99 loff_t offset = 0;
  /system/core/libdiskconfig/
diskutils.c 34 write_raw_image(const char *dst, const char *src, loff_t offset, int test)
write_lst.c 73 if (lseek64(fd, lst->offset, SEEK_SET) != (loff_t)lst->offset) {
config_mbr.c 90 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->ptable[pnum])));
154 item->offset = ((loff_t)(*lba)) * dinfo->sect_size;
223 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->mbr_sig)));
  /external/autotest/client/tests/rmaptest/src/
rmap-test.c 141 loff_t offset;
142 loff_t file_size;
  /external/e2fsprogs/misc/
findsuper.c 118 loff_t sk=0, skl=0;
122 loff_t interval = 1024 * 1024;
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 76 loff_t offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))

Completed in 310 milliseconds

1 2