Searched refs:ext2fs_llseek (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 62 if (ext2fs_llseek(fd, 0, SEEK_SET < 0)) { in qcow2_read_header() 95 if (ext2fs_llseek(fd, img->l1_offset, SEEK_SET) < 0) { in qcow2_read_l1_table() 119 if (ext2fs_llseek(fd, offset, SEEK_SET) < 0) in qcow2_read_l2_table() 136 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0) in qcow2_copy_data() 139 if (ext2fs_llseek(fdin, off_in, SEEK_SET) < 0) in qcow2_copy_data() 188 if (ext2fs_llseek(raw_fd, 0, SEEK_SET) < 0) { in qcow2_write_raw_image() 237 if (ext2fs_llseek(raw_fd, img.image_size - 1, SEEK_SET) < 0) in qcow2_write_raw_image()
|
D | llseek.c | 90 ext2_loff_t ext2fs_llseek (int fd, ext2_loff_t offset, int origin) in ext2fs_llseek() function 124 ext2_loff_t ext2fs_llseek (int fd, ext2_loff_t offset, int origin) in ext2fs_llseek() function
|
D | ext2_io.h | 25 ext2_loff_t ext2fs_llseek (int, ext2_loff_t, int);
|
D | getsize.c | 131 if (ext2fs_llseek (fd, offset, 0) < 0) in valid_offset()
|
D | unix_io.c | 174 if (ext2fs_llseek(data->dev, location, SEEK_SET) != location) { in raw_read_blk() 244 if (ext2fs_llseek(data->dev, location, SEEK_SET) != location) { in raw_write_blk()
|
D | mmp.c | 64 if ((blk64_t) ext2fs_llseek(fs->mmp_fd, mmp_blk * fs->blocksize, in ext2fs_mmp_read()
|
/external/e2fsprogs/resize/ |
D | main.c | 426 if ((ext2fs_llseek(fd, new_file_size-1, SEEK_SET) >= 0) && in main()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 369 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size, in do_read() 442 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size, in do_write()
|
D | e2image.c | 111 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_CUR); in seek_relative() 121 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_SET); in seek_set()
|
/external/e2fsprogs/debian/ |
D | e2fslibs.symbols | 315 ext2fs_llseek@Base 1.37
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 253 Fix ext2fs_llseek() on 32-bit i386 systems to work correctly when 6744 RedHat 5.0). The ext2fs_llseek() function should now work even with
|