Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HV_FS_StatInfo Struct Reference

#include <hypervisor.h>

Data Fields

int size
 
unsigned int flags
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: