Home
last modified time | relevance | path

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

123

/glibc-2.36/sysdeps/unix/sysv/linux/
Dposix_fallocate.c21 #define posix_fallocate static internal_fallocate macro
23 #undef posix_fallocate
27 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() function
/glibc-2.36/io/
Dtst-posix_fallocate-common.c47 if (posix_fallocate (temp_fd, offset, 768) != 0) in do_test_with_offset()
58 if (posix_fallocate (temp_fd, 0, 1024) != 0) in do_test_with_offset()
68 if (posix_fallocate (temp_fd, offset, 64) != 0) in do_test_with_offset()
Dposix_fallocate.c24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() function
28 stub_warning (posix_fallocate)
Dfcntl.h323 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
326 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
330 # define posix_fallocate posix_fallocate64 macro
DMakefile55 posix_fallocate posix_fallocate64 \
70 tst-posix_fallocate tst-posix_fallocate64 \
130 CFLAGS-posix_fallocate.c += -fexceptions
DVersions84 posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;
/glibc-2.36/sysdeps/posix/
Dposix_fallocate.c31 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() function
/glibc-2.36/conform/data/
Dfcntl.h-data104 function int posix_fallocate (int, off_t, off_t)
/glibc-2.36/support/
Dblob_repeat.c176 if (posix_fallocate (fd, 0, stride_size) != 0) in allocate_big()
/glibc-2.36/nscd/
Dmem.c548 && TEMP_FAILURE_RETRY_VAL (posix_fallocate (db->wr_fd, oldtotal, in mempool_alloc()
Dconnections.c720 || (TEMP_FAILURE_RETRY_VAL (posix_fallocate (fd, 0, total)) in nscd_init()
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C536 posix_fallocate.c
859 posix_fallocate.c
896 posix_fallocate.c
1291 posix_fallocate.c
1371 posix_fallocate.c
3287 posix_fallocate.c
14702 posix_fallocate.c
14770 tst-posix_fallocate.c
Dfilelist#en_US.UTF-8536 posix_fallocate.c
859 posix_fallocate.c
896 posix_fallocate.c
1291 posix_fallocate.c
1371 posix_fallocate.c
3287 posix_fallocate.c
14702 posix_fallocate.c
14770 tst-posix_fallocate.c
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-mips2120 sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c,
2122 sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: New.
DChangeLog.177872 * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
9489 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
10260 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
10288 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
10497 * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
10499 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
10502 * io/tst-posix_fallocate.c: Include <fcntl.h>.
10530 * io/Makefile (tests): Add tst-posix_fallocate.
10531 * io/tst-posix_fallocate.c: New file.
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist1370 GLIBC_2.35 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist1389 GLIBC_2.36 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist1410 GLIBC_2.33 posix_fallocate F
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlibc.abilist1382 GLIBC_2.2.6 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist1408 GLIBC_2.32 posix_fallocate F
/glibc-2.36/manual/
Dfilesys.texi3206 @deftypefun int posix_fallocate (int @var{fd}, off_t @var{offset}, off_t @var{length})
3209 @c @code{posix_fallocate} has a race with file extension (if
3222 system does not support it), @code{posix_fallocate} is emulated, which
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist1463 GLIBC_2.27 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dlibc.abilist1473 GLIBC_2.17 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/
Dlibc.abilist1480 GLIBC_2.16 posix_fallocate F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibc.abilist1471 GLIBC_2.29 posix_fallocate F

123