Searched refs:write_destination (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c94 extern void write_destination(int, long long, int, void *);
478 write_destination(fd, bytes, xattr_bytes, xattr_table);
H A Dmksquashfs.c1017 void write_destination(int fd, long long byte, int bytes, void *buff) function
1067 write_destination(fd, bytes, inode_bytes, inode_table);
1109 write_destination(fd, bytes, directory_bytes, directory_table);
1919 write_destination(fd, bytes, compressed_size, cbuffer);
1927 write_destination(fd, bytes, length2, buffer2);
1933 write_destination(fd, bytes, sizeof(list), list);
4520 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk);
4522 write_destination(fd, sBlk.inode_table_start, bytes, metadata);
5110 write_destination(fd, sizeof(struct squashfs_super_block),
5112 write_destination(f
[all...]

Completed in 66 milliseconds