OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dev_fill
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/lib/
libf2fs_io.c
233
int
dev_fill
(void *buf, __u64 offset, size_t len)
function
256
return
dev_fill
(buf, blk_addr << F2FS_BLKSIZE_BITS, F2FS_BLKSIZE);
/external/f2fs-tools/mkfs/
f2fs_format.c
539
if (
dev_fill
(zero_buf, sit_seg_addr, seg_size)) {
573
if (
dev_fill
(nat_buf, nat_seg_addr, seg_size)) {
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
[
all
...]
Completed in 172 milliseconds