Searched refs:struct_io_channel (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h28 typedef struct struct_io_channel *io_channel;
37 struct struct_io_channel { struct
H A Dinode_io.c136 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
139 memset(io, 0, sizeof(struct struct_io_channel));
H A Ddosio.c152 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
155 memset(ioch, 0, sizeof(struct struct_io_channel));
H A Dtest_io.c199 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
202 memset(io, 0, sizeof(struct struct_io_channel));
H A Dundo_io.c358 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
361 memset(io, 0, sizeof(struct struct_io_channel));
H A Dnt_io.c1096 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1104 RtlZeroMemory(io, sizeof(struct struct_io_channel));
H A Dunix_io.c483 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
486 memset(io, 0, sizeof(struct struct_io_channel));

Completed in 129 milliseconds