Searched refs:write_destination (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 113 extern void write_destination(int, long long, int, void *); 526 write_destination(fd, bytes, xattr_bytes, xattr_table); in write_xattrs()
|
D | mksquashfs.c | 610 void write_destination(int fd, long long byte, int bytes, void *buff) in write_destination() function 662 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes() 702 write_destination(fd, bytes, directory_bytes, directory_table); in write_directories() 1783 write_destination(fd, bytes, compressed_size, cbuffer); in generic_write_table() 1791 write_destination(fd, bytes, length2, buffer2); in generic_write_table() 1797 write_destination(fd, bytes, list_size, list); in generic_write_table() 3397 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan() 5109 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data() 5111 write_destination(fd, sBlk.inode_table_start, bytes, metadata); in read_recovery_data() 5150 write_destination(fd, SQUASHFS_START, sizeof(*sBlk), sBlk); in write_filesystem_tables() [all …]
|
/external/squashfs-tools/ |
D | CHANGES | 78 - mksquashfs: flag lseek error in write_destination as probable out of
|