Home
last modified time | relevance | path

Searched refs:f2fs_sparse_file (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/lib/
Dlibf2fs_io.c44 struct sparse_file *f2fs_sparse_file; variable
476 return sparse_file_add_fill(f2fs_sparse_file, 0x0, in sparse_merge_blocks()
496 return sparse_file_add_data(f2fs_sparse_file, blocks[start], in sparse_merge_blocks()
654 f2fs_sparse_file = sparse_file_new(F2FS_BLKSIZE, c.device_size); in f2fs_init_sparse_file()
655 if (!f2fs_sparse_file) in f2fs_init_sparse_file()
658 f2fs_sparse_file = sparse_file_import(c.devices[0].fd, in f2fs_init_sparse_file()
660 if (!f2fs_sparse_file) in f2fs_init_sparse_file()
663 c.device_size = sparse_file_len(f2fs_sparse_file, 0, 0); in f2fs_init_sparse_file()
667 if (sparse_file_block_size(f2fs_sparse_file) != F2FS_BLKSIZE) { in f2fs_init_sparse_file()
684 return sparse_file_foreach_chunk(f2fs_sparse_file, true, false, in f2fs_init_sparse_file()
[all …]
/external/f2fs-tools/mkfs/
Df2fs_format_main.c35 extern struct sparse_file *f2fs_sparse_file;
/external/f2fs-tools/fsck/
Dmain.c37 extern struct sparse_file *f2fs_sparse_file;