Home
last modified time | relevance | path

Searched refs:struct_io_channel (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext2_io.h30 typedef struct struct_io_channel *io_channel;
39 struct struct_io_channel { struct
Dinode_io.c135 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in inode_open()
138 memset(io, 0, sizeof(struct struct_io_channel)); in inode_open()
Ddosio.c154 ioch = (io_channel)malloc(sizeof(struct struct_io_channel)); in alloc_io_channel()
157 memset(ioch, 0, sizeof(struct struct_io_channel)); in alloc_io_channel()
Dtest_io.c181 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in test_open()
184 memset(io, 0, sizeof(struct struct_io_channel)); in test_open()
Dnt_io.c1095 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open()
1103 RtlZeroMemory(io, sizeof(struct struct_io_channel)); in nt_open()
Dunix_io.c580 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in unix_open_channel()
583 memset(io, 0, sizeof(struct struct_io_channel)); in unix_open_channel()
Dundo_io.c703 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in undo_open()
706 memset(io, 0, sizeof(struct struct_io_channel)); in undo_open()
Dsparse_io.c191 io = calloc(1, sizeof(struct struct_io_channel)); in sparse_open_channel()