Searched refs:ext2_loff_t (Results 1 - 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dllseek.c63 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)
95 ext2_loff_t result;
109 if (offset < ((ext2_loff_t)
[all...]
H A Dext2_io.h16 * 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);
H A Ddosio.c376 ext2_loff_t loc;
383 loc = (ext2_loff_t) block * channel->block_size;
413 ext2_loff_t loc;
429 loc = (ext2_loff_t)block * channel->block_size;
H A Dgetsize.c127 static int valid_offset (int fd, ext2_loff_t offset)
146 ext2_loff_t high, low;
258 const ext2_loff_t mid = (low + high) / 2;
H A Dunix_io.c90 ext2_loff_t offset;
167 ext2_loff_t location;
173 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
228 ext2_loff_t location;
243 location = ((ext2_loff_t) block * channel->block_size) + data->offset;
H A Dundo_io.c70 ext2_loff_t offset;
207 ext2_loff_t offset;
521 ext2_loff_t location;
/external/e2fsprogs/lib/quota/
H A Dquotaio.h75 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset,
77 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset,
H A Dquotaio_tree.c438 static ext2_loff_t find_block_dqentry(struct quota_handle *h,
464 static ext2_loff_t find_tree_dqentry(struct quota_handle *h,
469 ext2_loff_t ret = 0;
490 static inline ext2_loff_t find_dqentry(struct quota_handle *h,
502 ext2_loff_t offset;
H A Dquotaio.c150 ext2_loff_t offset,
174 ext2_loff_t offset,
/external/e2fsprogs/misc/
H A Dbadblocks.c284 ext2_loff_t offset)
363 ((ext2_loff_t) current_block) * block_size);
369 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size,
370 SEEK_SET) != (ext2_loff_t) current_block * block_size)
436 ((ext2_loff_t) current_block) * block_size);
442 if (ext2fs_llseek (dev, (ext2_loff_t) current_block * block_size,
443 SEEK_SET) != (ext2_loff_t) current_block * block_size)
H A De2image.c109 static ext2_loff_t seek_relative(int fd, int offset)
111 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_CUR);
119 static ext2_loff_t seek_set(int fd, ext2_loff_t offset)
121 ext2_loff_t ret = ext2fs_llseek(fd, offset, SEEK_SET);
716 ext2_loff_t offset;
981 ext2_loff_t offset;

Completed in 107 milliseconds