Home
last modified time | relevance | path

Searched refs:handle_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dpreallocate.c322 handle_write(BlockDriverState *bs, int64_t offset, int64_t bytes, in handle_write() function
404 if (handle_write(bs, offset, bytes, want_merge_zero)) { in preallocate_co_pwrite_zeroes()
416 handle_write(bs, offset, bytes, false); in preallocate_co_pwritev_part()
/openbmc/linux/drivers/s390/char/
H A Dcon3215.c827 static void handle_write(struct raw3215_info *raw, const char *str, int count) in handle_write() function
845 handle_write(raw3215[0], str, count); in con3215_write()
1027 handle_write(tty->driver_data, buf, count); in tty3215_write()