OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2_loff_t
(Results
1 - 7
of
7
) 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
376
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;
getsize.c
127
static int valid_offset (int fd,
ext2_loff_t
offset)
151
ext2_loff_t
high, low;
261
const
ext2_loff_t
mid = (low + high) / 2;
undo_io.c
70
ext2_loff_t
offset;
199
ext2_loff_t
offset;
500
ext2_loff_t
location;
unix_io.c
89
ext2_loff_t
offset;
163
ext2_loff_t
location;
168
location = ((
ext2_loff_t
) block * channel->block_size) + data->offset;
222
ext2_loff_t
location;
236
location = ((
ext2_loff_t
) block * channel->block_size) + data->offset;
/external/e2fsprogs/misc/
badblocks.c
340
if (ext2fs_llseek (dev, (
ext2_loff_t
) current_block * block_size,
341
SEEK_SET) != (
ext2_loff_t
) current_block * block_size)
409
if (ext2fs_llseek (dev, (
ext2_loff_t
) current_block * block_size,
410
SEEK_SET) != (
ext2_loff_t
) current_block * block_size)
Completed in 123 milliseconds