Linux Kernel
3.7.1
|
#include <hypervisor.h>
Data Fields | |
int | size |
unsigned int | flags |
Data returned from an fstat request. Note that this structure should be no more than 40 bytes in size so that it can always be returned completely in registers.
Definition at line 1224 of file hypervisor.h.
unsigned int flags |
Flags (see HV_FS_FSTAT_FLAGS)
Definition at line 1227 of file hypervisor.h.
int size |
Size of file (or HV_Errno on error)
Definition at line 1226 of file hypervisor.h.