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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/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)
92 ext2_loff_t result;
95 if ((sizeof(off_t) >= sizeof(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.c375 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;
H A Dgetsize.c127 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;
H A Dunix_io.c71 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;
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Ddisk_table.h10 typedef long long ext2_loff_t; typedef
12 typedef long ext2_loff_t; typedef
15 extern ext2_loff_t ext2_llseek (unsigned int, ext2_loff_t, unsigned int);
32 unsigned long, ext2_loff_t *, unsigned int);
35 unsigned long, offset_low,ext2_loff_t *,result,
38 static ext2_loff_t my_llseek (unsigned int fd, ext2_loff_t offset,
41 ext2_loff_t result;
47 return (retval == -1 ? (ext2_loff_t) retva
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Ddisk_table.h10 typedef long long ext2_loff_t; typedef
12 typedef long ext2_loff_t; typedef
15 extern ext2_loff_t ext2_llseek (unsigned int, ext2_loff_t, unsigned int);
32 unsigned long, ext2_loff_t *, unsigned int);
35 unsigned long, offset_low,ext2_loff_t *,result,
38 static ext2_loff_t my_llseek (unsigned int fd, ext2_loff_t offset,
41 ext2_loff_t result;
47 return (retval == -1 ? (ext2_loff_t) retva
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dbadblocks.c276 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 93 milliseconds