Searched refs:posix_fallocate (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
H A D | 0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch | 24 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 D | fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch | 20 AC_CHECK_FUNCS([posix_fallocate])
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 644 if (posix_fallocate(fd, 0, length) != 0) { in vubr_host_notifier_setup()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | strace.list | 178 { TARGET_FREEBSD_NR_posix_fallocate, "posix_fallocate", NULL, NULL, NULL },
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 30 calling ``posix_fallocate()``. ``full`` mode preallocates space
|
/openbmc/linux/Documentation/filesystems/ |
H A D | f2fs.rst | 787 behavior of the posix_fallocate(3) library function, and is intended
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 777 calling ``posix_fallocate()``. ``full`` mode preallocates space
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 2308 result = -posix_fallocate(fd, current_length, in handle_aiocb_truncate()
|
/openbmc/qemu/ |
H A D | meson.build | 2605 config_host_data.set('CONFIG_POSIX_FALLOCATE', cc.has_function('posix_fallocate'))
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 5806 # posix_fallocate() rather than writing data.
|