OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2_off_t
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
fileio.c
357
errcode_t ext2fs_file_lseek(ext2_file_t file,
ext2_off_t
offset,
358
int whence,
ext2_off_t
*ret_pos)
366
*ret_pos = (
ext2_off_t
) ret_loffset;
385
ext2_off_t
ext2fs_file_get_size(ext2_file_t file)
495
errcode_t ext2fs_file_set_size(ext2_file_t file,
ext2_off_t
size)
ext2fs.h
77
typedef __u32 __bitwise
ext2_off_t
;
typedef
[
all
...]
Completed in 30 milliseconds