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

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 28 typedef struct struct_io_channel *io_channel;
37 struct struct_io_channel { struct
inode_io.c 136 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
139 memset(io, 0, sizeof(struct struct_io_channel));
dosio.c 152 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
155 memset(ioch, 0, sizeof(struct struct_io_channel));
test_io.c 199 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
202 memset(io, 0, sizeof(struct struct_io_channel));
undo_io.c 358 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
361 memset(io, 0, sizeof(struct struct_io_channel));
nt_io.c 1096 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1104 RtlZeroMemory(io, sizeof(struct struct_io_channel));
unix_io.c 483 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
486 memset(io, 0, sizeof(struct struct_io_channel));

Completed in 94 milliseconds