HomeSort by relevance Sort by last modified time
    Searched refs:ext2_loff_t (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
llseek.c 63 unsigned long, ext2_loff_t *, unsigned int);
66 unsigned long, offset_low,ext2_loff_t *,result,
70 static ext2_loff_t my_llseek (int fd, ext2_loff_t offset, int origin)
72 ext2_loff_t result;
82 return (retval == -1 ? (ext2_loff_t) retval : result);
90 ext2_loff_t ext2fs_llseek (int fd, ext2_loff_t offset, int origin)
92 ext2_loff_t result;
95 if ((sizeof(off_t) >= sizeof(ext2_loff_t)) ||
    [all...]
ext2_io.h 16 * ext2_loff_t is defined here since unix_io.c needs it.
19 typedef long long ext2_loff_t; typedef
21 typedef long ext2_loff_t; typedef
25 ext2_loff_t ext2fs_llseek (int, ext2_loff_t, int);
dosio.c 375 ext2_loff_t loc;
382 loc = (ext2_loff_t) block * channel->block_size;
412 ext2_loff_t loc;
428 loc = (ext2_loff_t)block * channel->block_size;
getsize.c 127 static int valid_offset (int fd, ext2_loff_t offset)
151 ext2_loff_t high, low;
276 const ext2_loff_t mid = (low + high) / 2;
unix_io.c 71 ext2_loff_t offset;
129 ext2_loff_t location;
133 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
165 ext2_loff_t location;
171 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
215 ext2_loff_t location;
228 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
  /external/e2fsprogs/misc/
badblocks.c 276 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size,
277 SEEK_SET) != (ext2_loff_t) current_block * block_size)
305 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size,
306 SEEK_SET) != (ext2_loff_t) current_block * block_size)

Completed in 40 milliseconds