Linux Kernel
3.7.1
|
#include <rbd_types.h>
Public Member Functions | |
struct { | |
__u8 order | |
__u8 crypt_type | |
__u8 comp_type | |
__u8 unused | |
} | __attribute__ ((packed)) options |
Data Fields | |
char | text [40] |
char | object_prefix [24] |
char | signature [4] |
char | version [8] |
__le64 | image_size |
__le64 | snap_seq |
__le32 | snap_count |
__le32 | reserved |
__le64 | snap_names_len |
struct rbd_image_snap_ondisk | snaps [0] |
Definition at line 63 of file rbd_types.h.
struct rbd_image_header_ondisk::@1926 __attribute__ | ( | (packed) | ) |
__u8 comp_type |
Definition at line 71 of file rbd_types.h.
__u8 crypt_type |
Definition at line 70 of file rbd_types.h.
Definition at line 74 of file rbd_types.h.
char object_prefix[24] |
Definition at line 65 of file rbd_types.h.
__u8 order |
Definition at line 69 of file rbd_types.h.
__le32 reserved |
Definition at line 77 of file rbd_types.h.
char signature[4] |
Definition at line 66 of file rbd_types.h.
__le32 snap_count |
Definition at line 76 of file rbd_types.h.
__le64 snap_names_len |
Definition at line 78 of file rbd_types.h.
__le64 snap_seq |
Definition at line 75 of file rbd_types.h.
struct rbd_image_snap_ondisk snaps[0] |
Definition at line 79 of file rbd_types.h.
char text[40] |
Definition at line 64 of file rbd_types.h.
Definition at line 72 of file rbd_types.h.
char version[8] |
Definition at line 67 of file rbd_types.h.