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

  /external/e2fsprogs/lib/ext2fs/
fileio.c 521 errcode_t ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset,
522 int whence, ext2_off_t *ret_pos)
530 *ret_pos = (ext2_off_t) ret_loffset;
549 ext2_off_t ext2fs_file_get_size(ext2_file_t file)
649 errcode_t ext2fs_file_set_size(ext2_file_t file, ext2_off_t size)
ext2fs.h 80 typedef __u32 __bitwise ext2_off_t; typedef
    [all...]

Completed in 177 milliseconds