Network Block Device
@PACKAGE_VERSION@
|
Variables associated with an open file. More...
Data Fields | |
int | fhandle |
file descriptor More... | |
off_t | startoff |
starting offset of this file More... | |
Variables associated with an open file.
Definition at line 201 of file nbd-server.c.
int FILE_INFO::fhandle |
file descriptor
Definition at line 202 of file nbd-server.c.
Referenced by expflush(), exptrim(), get_filepos(), and setupexport().
off_t FILE_INFO::startoff |
starting offset of this file
Definition at line 203 of file nbd-server.c.
Referenced by exptrim(), get_filepos(), and setupexport().