Searched refs:zeroout (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 120 if (channel->manager->zeroout) in io_channel_zeroout() 121 return (channel->manager->zeroout)(channel, block, count); in io_channel_zeroout()
|
D | ext2_io.h | 98 errcode_t (*zeroout)(io_channel channel, unsigned long long block, member
|
D | sparse_io.c | 529 .zeroout = sparse_zeroout, 548 .zeroout = sparse_zeroout,
|
D | unix_io.c | 1238 .zeroout = unix_zeroout, 1259 .zeroout = unix_zeroout,
|
D | test_io.c | 548 .zeroout = test_zeroout,
|
D | undo_io.c | 1100 .zeroout = undo_zeroout,
|