Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/
H A D0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch24 dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
26 AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
34 possibly broken posix_fallocate
43 ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch20 AC_CHECK_FUNCS([posix_fallocate])
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c644 if (posix_fallocate(fd, 0, length) != 0) { in vubr_host_notifier_setup()
/openbmc/qemu/bsd-user/freebsd/
H A Dstrace.list178 { TARGET_FREEBSD_NR_posix_fallocate, "posix_fallocate", NULL, NULL, NULL },
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc30 calling ``posix_fallocate()``. ``full`` mode preallocates space
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst787 behavior of the posix_fallocate(3) library function, and is intended
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst777 calling ``posix_fallocate()``. ``full`` mode preallocates space
/openbmc/qemu/block/
H A Dfile-posix.c2308 result = -posix_fallocate(fd, current_length, in handle_aiocb_truncate()
/openbmc/qemu/
H A Dmeson.build2605 config_host_data.set('CONFIG_POSIX_FALLOCATE', cc.has_function('posix_fallocate'))
/openbmc/qemu/qapi/
H A Dblock-core.json5806 # posix_fallocate() rather than writing data.