Home | History | Annotate | Download | only in libsparse

Lines Matching refs:block

99 		int fd, int64_t offset, unsigned int blocks, unsigned int block,
114 ret = sparse_file_add_fd(s, fd, offset, len, block);
137 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32)
155 ret = sparse_file_add_fill(s, fill_val, len, block);
178 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32)
239 verbose_error(s->verbose, ret, "data block at %lld", offset);
247 verbose_error(s->verbose, ret, "fill block at %lld", offset);
256 verbose_error(s->verbose, ret, "skip block at %lld", offset);
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld",
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld",
363 unsigned int block = 0;
397 sparse_file_add_fill(s, buf[0], to_read, block);
399 sparse_file_add_fd(s, fd, offset, to_read, block);
404 block++;