Lines Matching refs:write_destination
563 void write_destination(int fd, long long byte, int bytes, void *buff) in write_destination() function
615 write_destination(fd, bytes, inode_bytes, inode_table); in write_inodes()
655 write_destination(fd, bytes, directory_bytes, directory_table); in write_directories()
1638 write_destination(fd, bytes, compressed_size, cbuffer); in generic_write_table()
1646 write_destination(fd, bytes, length2, buffer2); in generic_write_table()
1652 write_destination(fd, bytes, list_size, list); in generic_write_table()
3222 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan()
4789 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data()
4791 write_destination(fd, sBlk.inode_table_start, bytes, metadata); in read_recovery_data()
4830 write_destination(fd, SQUASHFS_START, sizeof(*sBlk), sBlk); in write_filesystem_tables()
4834 write_destination(fd, bytes, 4096 - i, temp); in write_filesystem_tables()
5929 write_destination(fd, sizeof(struct squashfs_super_block), in main()
5931 write_destination(fd, sizeof(struct squashfs_super_block) + in main()