OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_blk
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
ext2_io.h
72
errcode_t (*
read_blk
)(io_channel channel, unsigned long block,
member in struct:struct_io_manager
98
#define io_channel_read_blk(c,b,n,d) ((c)->manager->
read_blk
((c),b,n,d))
test_io.c
51
void (*
read_blk
)(unsigned long block, int count, errcode_t err);
member in struct:test_private_data
219
data->
read_blk
= test_io_cb_read_blk;
318
if (data->
read_blk
)
319
data->
read_blk
(block, count, retval);
322
"Test_io:
read_blk
(%lu, %d) returned %s\n",
Completed in 738 milliseconds