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

#include <osd_protocol.h>

Data Fields

union {
   struct {
      __be32   allowed_attributes_access
 
      __be32   policy_access_tag
 
      __be16   boot_epoch
 
      u8   reserved [6]
 
      __be64   allowed_partition_id
 
      __be64   allowed_object_id
 
      __be64   allowed_range_length
 
      __be64   allowed_range_start
 
   }   obj_desc
 
   u8   object_descriptor [48]
 
}; 
 

Detailed Description

Definition at line 586 of file osd_protocol.h.

Field Documentation

union { ... }
__be32 allowed_attributes_access

Definition at line 589 of file osd_protocol.h.

__be64 allowed_object_id

Definition at line 594 of file osd_protocol.h.

__be64 allowed_partition_id

Definition at line 593 of file osd_protocol.h.

__be64 allowed_range_length

Definition at line 595 of file osd_protocol.h.

__be64 allowed_range_start

Definition at line 596 of file osd_protocol.h.

__be16 boot_epoch

Definition at line 591 of file osd_protocol.h.

struct { ... } obj_desc
u8 object_descriptor[48]

Definition at line 599 of file osd_protocol.h.

__be32 policy_access_tag

Definition at line 590 of file osd_protocol.h.

u8 reserved[6]

Definition at line 592 of file osd_protocol.h.


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