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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 54 retval = io_channel_alloc_buf(fs->io, 0, &block_buf);
62 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf);
233 retval = io_channel_alloc_buf(fs->io, 0, &block_bitmap);
246 retval = io_channel_alloc_buf(fs->io, 0, &inode_bitmap);
ext2_io.h 135 extern errcode_t io_channel_alloc_buf(io_channel channel,
io_manager.c 126 errcode_t io_channel_alloc_buf(io_channel io, int count, void *ptr) function
openfs.c 167 retval = io_channel_alloc_buf(fs->io, -SUPERBLOCK_SIZE, &fs->super);
unix_io.c 334 retval = io_channel_alloc_buf(channel, 0, &cache->buf);
341 retval = io_channel_alloc_buf(channel, 0, &data->bounce);
inode.c 195 retval = io_channel_alloc_buf(fs->io, scan->inode_buffer_blocks,

Completed in 57 milliseconds