Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dext2_io.h28 typedef struct struct_io_channel *io_channel;
33 struct struct_io_channel { struct
Dinode_io.c136 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in inode_open()
139 memset(io, 0, sizeof(struct struct_io_channel)); in inode_open()
Ddosio.c152 ioch = (io_channel)malloc(sizeof(struct struct_io_channel)); in alloc_io_channel()
155 memset(ioch, 0, sizeof(struct struct_io_channel)); in alloc_io_channel()
Dundo_io.c350 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in undo_open()
353 memset(io, 0, sizeof(struct struct_io_channel)); in undo_open()
Dtest_io.c188 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in test_open()
191 memset(io, 0, sizeof(struct struct_io_channel)); in test_open()
Dunix_io.c439 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); in unix_open()
442 memset(io, 0, sizeof(struct struct_io_channel)); in unix_open()
Dnt_io.c1097 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open()
1105 RtlZeroMemory(io, sizeof(struct struct_io_channel)); in nt_open()