Network Block Device  @PACKAGE_VERSION@
backend.h
Go to the documentation of this file.
1 #ifndef NBD_BACKEND_H
2 #define NBD_BACKEND_H
3 
4 void punch_hole(int fd, off_t off, off_t len);
5 
6 #endif
uint32_t len
Definition: nbd.h:41
void punch_hole(int fd, off_t off, off_t len)
Definition: nbd-server.c:1216