Home | History | Annotate | Download | only in raid

Lines Matching refs:__u64

162 	__u64 reshape_position;	/* 12,13 next address in array-space for reshape */
195 static inline __u64 md_event(mdp_super_t *sb) {
196 __u64 ev = sb->events_hi;
217 __u64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
220 __u64 size; /* used size of component devices, in 512byte sectors */
231 __u64 reshape_position; /* next address in array-space for reshape */
238 __u64 data_offset; /* sector start of data, often 0 */
239 __u64 data_size; /* sectors in this device that can be used for data */
240 __u64 super_offset; /* sector start of this superblock */
241 __u64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
250 __u64 utime; /* 40 bits second, 24 btes microseconds */
251 __u64 events; /* incremented when superblock updated */
252 __u64 resync_offset; /* data before this offset (from data_offset) known to be in sync */