Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/include/shared/
Dos.h180 extern int os_falloc_punch(int fd, unsigned long long offset, int count);
/Linux-v5.4/arch/um/os-Linux/
Dfile.c615 int os_falloc_punch(int fd, unsigned long long offset, int len) in os_falloc_punch() function
/Linux-v5.4/arch/um/drivers/
Dubd_kern.c1554 n = os_falloc_punch(req->fds[bit], off, len); in do_io()