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

/external/squashfs-tools/squashfs-tools/
H A Dread_fs.h28 extern long long read_filesystem(char *, int, struct squashfs_super_block *,
H A Dprocess_fragments.c80 static int read_filesystem(int fd, long long byte, int bytes, void *buff) function
84 TRACE("read_filesystem: reading from position 0x%llx, bytes %d\n",
88 ERROR("read_filesystem: Lseek on destination failed because %s, "
184 res = read_filesystem(fd, start_block, size, data_buffer);
201 res = read_filesystem(fd, start_block, size, buffer->data);
H A Dread_fs.c856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, function
H A Dmksquashfs.c5949 if((bytes = read_filesystem(root_name, fd, &sBlk, &inode_table,

Completed in 73 milliseconds