Linux Kernel
3.7.1
|
#include <ocfs2_fs.h>
Data Fields | |
__u8 | ci_stack [OCFS2_STACK_LABEL_LEN] |
union { | |
__le32 ci_reserved | |
struct { | |
__u8 ci_stackflags | |
__u8 ci_reserved1 | |
__u8 ci_reserved2 | |
__u8 ci_reserved3 | |
} | |
}; | |
__u8 | ci_cluster [OCFS2_CLUSTER_NAME_LEN] |
Definition at line 592 of file ocfs2_fs.h.
union { ... } |
__u8 ci_cluster[OCFS2_CLUSTER_NAME_LEN] |
Definition at line 603 of file ocfs2_fs.h.
__le32 ci_reserved |
Definition at line 595 of file ocfs2_fs.h.
__u8 ci_reserved1 |
Definition at line 598 of file ocfs2_fs.h.
__u8 ci_reserved2 |
Definition at line 599 of file ocfs2_fs.h.
__u8 ci_reserved3 |
Definition at line 600 of file ocfs2_fs.h.
__u8 ci_stack[OCFS2_STACK_LABEL_LEN] |
Definition at line 593 of file ocfs2_fs.h.
__u8 ci_stackflags |
Definition at line 597 of file ocfs2_fs.h.