Searched refs:sparse_offset (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A De2image.c309 static void write_block(int fd, char *buf, int sparse_offset, argument
315 if (sparse_offset) {
317 if (lseek64(fd, sparse_offset, SEEK_CUR) < 0)
320 if (lseek(fd, sparse_offset, SEEK_CUR) < 0)

Completed in 40 milliseconds