Searched refs:write_blk64 (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 93 if (channel->manager->write_blk64) in io_channel_write_blk64() 94 return (channel->manager->write_blk64)(channel, block, in io_channel_write_blk64()
|
D | test_io.c | 57 void (*write_blk64)(unsigned long long block, int count, errcode_t err); member 216 data->write_blk64 = test_io_cb_write_blk64; in test_open() 396 if (data->write_blk64) in test_write_blk64() 397 data->write_blk64(block, count, retval); in test_write_blk64() 545 .write_blk64 = test_write_blk64,
|
D | ext2_io.h | 91 errcode_t (*write_blk64)(io_channel channel, unsigned long long block, member
|
D | sparse_io.c | 526 .write_blk64 = sparse_write_blk64, 545 .write_blk64 = sparse_write_blk64,
|
D | inode_io.c | 76 .write_blk64 = inode_write_blk64
|
D | unix_io.c | 1235 .write_blk64 = unix_write_blk64, 1256 .write_blk64 = unix_write_blk64,
|
D | undo_io.c | 1098 .write_blk64 = undo_write_blk64,
|