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;
33 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 149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
152 memset(ioch, 0, sizeof(struct struct_io_channel));
undo_io.c 350 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
353 memset(io, 0, sizeof(struct struct_io_channel));
test_io.c 188 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
191 memset(io, 0, sizeof(struct struct_io_channel));
unix_io.c 425 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
428 memset(io, 0, sizeof(struct struct_io_channel));
nt_io.c 1097 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1105 RtlZeroMemory(io, sizeof(struct struct_io_channel));

Completed in 67 milliseconds