Searched refs:F_PREALLOCATE (Results 1 – 3 of 3) sorted by relevance
120 if (fcntl(file_.GetPlatformFile(), F_PREALLOCATE, ¶ms) != 0) { in MapFileRegionToMemory()
412 if (fcntl(fd, F_PREALLOCATE, &f) == -1) result = errno; in posix_fallocate()
1889 pub const F_PREALLOCATE: ::c_int = 42; constant