Searched refs:os_posix_fallocate_impl (Results 1 – 2 of 2) sorted by relevance
4378 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset,4393 return_value = os_posix_fallocate_impl(module, fd, offset, length); in os_posix_fallocate()
9116 os_posix_fallocate_impl(PyObject *module, int fd, Py_off_t offset, in os_posix_fallocate_impl() function