Searched refs:write_block (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/tests/disktest/src/ |
D | disktest.c | 54 void write_block(int fd, unsigned int block, struct pattern *buffer) in write_block() function 156 write_block(fd, block, buffer); in write_file() 161 write_block(fd, block, buffer); in write_file() 337 write_block(fd, block, init_buffer); in main()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() function 2044 error = write_block(file_fd, block->buffer->data + in writer() 2071 if(write_block(file_fd, "\0", 1, hole, in writer()
|