Searched refs:io_channel_alloc_buf (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 54 retval = io_channel_alloc_buf(fs->io, 0, &block_buf); in write_bitmaps() 62 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf); in write_bitmaps() 235 retval = io_channel_alloc_buf(fs->io, 0, &block_bitmap); in read_bitmaps() 248 retval = io_channel_alloc_buf(fs->io, 0, &inode_bitmap); in read_bitmaps()
|
D | io_manager.c | 126 errcode_t io_channel_alloc_buf(io_channel io, int count, void *ptr) in io_channel_alloc_buf() function
|
D | ext2_io.h | 136 extern errcode_t io_channel_alloc_buf(io_channel channel,
|
D | unix_io.c | 405 retval = io_channel_alloc_buf(channel, 0, &cache->buf); in alloc_cache() 412 retval = io_channel_alloc_buf(channel, 0, &data->bounce); in alloc_cache()
|
D | openfs.c | 181 retval = io_channel_alloc_buf(fs->io, -SUPERBLOCK_SIZE, &fs->super); in ext2fs_open2()
|
D | inode.c | 195 retval = io_channel_alloc_buf(fs->io, scan->inode_buffer_blocks, in ext2fs_open_inode_scan()
|
/external/e2fsprogs/debian/ |
D | libext2fs2.symbols | 636 io_channel_alloc_buf@Base 1.42.3
|