/external/e2fsprogs/lib/ext2fs/ |
io_manager.c | 93 if (channel->manager->write_blk64) 94 return (channel->manager->write_blk64)(channel, block,
|
test_io.c | 57 void (*write_blk64)(unsigned long long block, int count, errcode_t err); member in struct:test_private_data 216 data->write_blk64 = test_io_cb_write_blk64; 396 if (data->write_blk64) 397 data->write_blk64(block, count, retval); 400 "Test_io: write_blk64(%llu, %d) returned %s\n", 545 .write_blk64 = test_write_blk64,
|
ext2_io.h | 91 errcode_t (*write_blk64)(io_channel channel, unsigned long long block, member in struct:struct_io_manager
|
inode_io.c | 76 .write_blk64 = inode_write_blk64
|
sparse_io.c | 526 .write_blk64 = sparse_write_blk64, 545 .write_blk64 = sparse_write_blk64,
|
unix_io.c | 1235 .write_blk64 = unix_write_blk64, 1256 .write_blk64 = unix_write_blk64,
|
undo_io.c | 1098 .write_blk64 = undo_write_blk64,
|