Home
last modified time | relevance | path

Searched refs:write_block (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tests/disktest/src/
Ddisktest.c54 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/
Dunsquashfs.c880 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()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c878 write_block(write_ctx *ctx, const nir_block *block) in write_block() function
954 write_block(ctx, nir_cf_node_as_block(cf)); in write_cf_node()