Searched refs:io_channel_alloc_buf (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Drw_bitmaps.c55 retval = io_channel_alloc_buf(fs->io, 0, &block_buf);
63 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf);
186 retval = io_channel_alloc_buf(fs->io, 0, &block_bitmap);
199 retval = io_channel_alloc_buf(fs->io, 0, &inode_bitmap);
H A Dio_manager.c114 errcode_t io_channel_alloc_buf(io_channel io, int count, void *ptr) function
H A Dext2_io.h125 extern errcode_t io_channel_alloc_buf(io_channel channel,
H A Dopenfs.c147 retval = io_channel_alloc_buf(fs->io, -SUPERBLOCK_SIZE, &fs->super);
H A Dunix_io.c318 retval = io_channel_alloc_buf(channel, 0, &cache->buf);
325 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
H A Dinode.c159 retval = io_channel_alloc_buf(fs->io, scan->inode_buffer_blocks,

Completed in 1805 milliseconds