Home
last modified time | relevance | path

Searched refs:os_falloc_punch (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/include/shared/
H A Dos.h176 extern int os_falloc_punch(int fd, unsigned long long offset, int count);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c619 int os_falloc_punch(int fd, unsigned long long offset, int len) in os_falloc_punch() function
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c1506 n = os_falloc_punch(req->fds[bit], off, len); in do_io()