OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_blk64
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext2_io.h
84
errcode_t (*
write_blk64
)(io_channel channel, unsigned long long block,
member in struct:struct_io_manager
test_io.c
56
void (*
write_blk64
)(unsigned long long block, int count, errcode_t err);
member in struct:test_private_data
224
data->
write_blk64
= test_io_cb_write_blk64;
399
if (data->
write_blk64
)
400
data->
write_blk64
(block, count, retval);
403
"Test_io:
write_blk64
(%llu, %d) returned %s\n",
Completed in 230 milliseconds