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 | 598 void write_destination(int fd, long long byte, int bytes, void *buff) in write_destination() function 650 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes() 690 write_destination(fd, bytes, directory_bytes, directory_table); in write_directories() 1743 write_destination(fd, bytes, compressed_size, cbuffer); in generic_write_table() 1751 write_destination(fd, bytes, length2, buffer2); in generic_write_table() 1757 write_destination(fd, bytes, list_size, list); in generic_write_table() 3354 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan() 5066 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data() 5068 write_destination(fd, sBlk.inode_table_start, bytes, metadata); in read_recovery_data() 5107 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
|