Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c165 bool has_fallocate; member
759 s->has_fallocate = true; in raw_open_common()
1935 if (s->has_discard && s->has_fallocate) { in handle_aiocb_write_zeroes()
1944 s->has_fallocate = false; in handle_aiocb_write_zeroes()
1968 if (s->has_fallocate && len >= 0 && aiocb->aio_offset >= len) { in handle_aiocb_write_zeroes()
1973 s->has_fallocate = false; in handle_aiocb_write_zeroes()