/** Padding. Reserved for future use*/
unsigned int padding : 25;
- /* The following int was once allocated by accident, it is kept for
- backwards compatibility. `padding2` may be used to implement additional
- flags in the future just like `padding`. For the sake of compatibility
- make sure that the bitfields fit into blocks of 32 bits exactly so that
- no hidden padding exists in between. */
unsigned int padding2 : 32;
/** File handle id. May be filled in by filesystem in create,