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 | 611 void write_destination(int fd, long long byte, int bytes, void *buff) in write_destination() function 663 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes() 703 write_destination(fd, bytes, directory_bytes, directory_table); in write_directories() 1784 write_destination(fd, bytes, compressed_size, cbuffer); in generic_write_table() 1792 write_destination(fd, bytes, length2, buffer2); in generic_write_table() 1798 write_destination(fd, bytes, list_size, list); in generic_write_table() 3398 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan() 5110 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data() 5112 write_destination(fd, sBlk.inode_table_start, bytes, metadata); in read_recovery_data() 5151 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
|