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

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 30 typedef struct struct_io_channel *io_channel;
39 struct struct_io_channel { struct
inode_io.c 135 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
138 memset(io, 0, sizeof(struct struct_io_channel));
dosio.c 154 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
157 memset(ioch, 0, sizeof(struct struct_io_channel));
test_io.c 181 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
184 memset(io, 0, sizeof(struct struct_io_channel));
nt_io.c 1095 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1103 RtlZeroMemory(io, sizeof(struct struct_io_channel));
undo_io.c 703 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
706 memset(io, 0, sizeof(struct struct_io_channel));
unix_io.c 498 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
501 memset(io, 0, sizeof(struct struct_io_channel));
sparse_io.c 186 io = calloc(1, sizeof(struct struct_io_channel));

Completed in 110 milliseconds