Searched refs:posix_fallocate64 (Results 1 – 15 of 15) sorted by relevance
10 weak_alias(posix_fallocate, posix_fallocate64);
209 #define posix_fallocate64 posix_fallocate macro
208 #define posix_fallocate64 posix_fallocate macro
200 #define posix_fallocate64 posix_fallocate macro
365 pub(super) use c::posix_fallocate64 as libc_posix_fallocate;
1264 posix_fallocate64;
3105 posix_fallocate64
3222 posix_fallocate64
3160 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function
3955 pub fn posix_fallocate64(fd: ::c_int, offset: ::off64_t, len: ::off64_t) -> ::c_int; in posix_fallocate64() function