Searched defs:read_fs_bytes (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c631 int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function
672 if(read_fs_bytes(fd, start, 2, &c_byte) == FALSE)
676 if(read_fs_bytes(fd, start, 2, &c_byte) == FALSE)
701 res = read_fs_bytes(fd, start + offset, c_byte, buffer);
714 res = read_fs_bytes(fd, start + offset, c_byte, block);
748 if(read_fs_bytes(fd, start, c_byte, data) == FALSE)
762 if(read_fs_bytes(fd, start, c_byte, block) == FALSE)
1789 read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block),
1815 read_fs_bytes(fd, SQUASHFS_START, sizeof(squashfs_super_block_3),
1974 int res = read_fs_bytes(f
[all...]
H A Dmksquashfs.c528 int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function
533 TRACE("read_fs_bytes: reading from position 0x%llx, bytes %d\n",
539 ERROR("read_fs_bytes: Lseek on destination failed because %s, "
1473 res = read_fs_bytes(fd, start_block, size, buffer->data);
1749 res = read_fs_bytes(fd, start, avail_bytes, read_from_file_buffer);
1762 res = read_fs_bytes(fd, start, avail_bytes, read_from_file_buffer2);
4766 res = read_fs_bytes(fd, sBlk->inode_table_start, bytes, metadata);
4845 res = read_fs_bytes(fd, 0, sizeof(struct squashfs_super_block), &orig_sBlk);

Completed in 4774 milliseconds