OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_read_blk
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/lib/
libf2fs_io.c
81
static int
sparse_read_blk
(__u64 block, int count, void *buf)
function
157
static int
sparse_read_blk
(__u64 block, int count, void *buf) { return 0; }
function
166
return
sparse_read_blk
(offset / F2FS_BLKSIZE,
/external/e2fsprogs/lib/ext2fs/
sparse_io.c
412
static errcode_t
sparse_read_blk
(io_channel channel, unsigned long block,
function
519
.read_blk =
sparse_read_blk
,
538
.read_blk =
sparse_read_blk
,
Completed in 212 milliseconds