Searched refs:struct_io_channel (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_io.h | 30 typedef struct struct_io_channel *io_channel; 39 struct struct_io_channel { struct
|
D | inode_io.c | 135 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()
|
D | dosio.c | 154 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()
|
D | test_io.c | 181 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()
|
D | nt_io.c | 1095 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open() 1103 RtlZeroMemory(io, sizeof(struct struct_io_channel)); in nt_open()
|
D | unix_io.c | 580 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()
|
D | undo_io.c | 703 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()
|
D | sparse_io.c | 191 io = calloc(1, sizeof(struct struct_io_channel)); in sparse_open_channel()
|